-
Hey guys,
I'm having trouble generating IDEA project files for SBT script with dependencies. I'm using SBT .012.4.
I get error
```
[info] Loading project definition from C:\work\test_projects\scala…
-
Hello !
The material-component-web package from NPM actually rely on a lot of other package, all under `@material/`
In node_module, that should give us this folder layout :
```
|- @material |-
…
-
[error](*:update) sbt.ResolveException: unresolved dependency: com.typesafe.sbteclipse#sbteclipse_2.8.1;1.3-RC3: not found
[error] unresolved dependency: com.eed3si9n#sbt-assembly_2.9.2;sbt0.12.1_0.6:…
-
I have OpenJDK version "11.0.13"
and I get this error
```
copying runtime jar...
[info] Loading settings for project cmak-build from plugins.sbt ...
[info] Loading project definition from C:\C…
-
https://github.com/play-swagger/play-swagger?tab=readme-ov-file#step-3b
> Copy the `index.html` and `swagger-initializer.js` generated in `target/${project}/public/lib/main/swagger-ui/` and modify …
-
I have a lot of errors of the type `Error overriding method .... needs 'override' modifier`
When I tried to compile the npm package `"@material/web" -> "0.1.0-alpha.2"`
I'm using scala `3.2.2-R…
-
```
Amun:contacts philipp$ sbt netbeans
[warn] Executing in batch mode.
[warn] For better performance, hit [ENTER] to switch to interactive mode, or
[warn] consider launching sbt without any c…
phaus updated
7 years ago
-
I have probably written and rewritten code like this at least 10 times in sbt plugins that I maintain:
https://github.com/cloudstateio/cloudstate/blob/53bd26df8a06e95663945c40656349cd4b4ece4a/proje…
-
I have specify the openjfx dependencies:
```
lazy val javaFXModules = Seq("base", "controls", "fxml", "graphics", "media", "swing", "web")
libraryDependencies ++= javaFXModules.map(m =>
"org.o…
-
Hi Diego,
Thanks for providing this starter.
Cloned your repo to have a look at your la-futures-2 branch. Had to do the following to get it to work:
Changed the plugins.sbt to the following:
```
a…