-
I have multiple SBT subprojects depending on a base project. They all need to have enabled the Play plugin for them to compile.
```
// base/build.sbt
lazy val base = (project in file(".")).enablePlug…
-
Thanks for the nifty plugin!
We've just started using sbt-pack but ran into a problem mixing sbt-pack and file dependencies. Join the conversation here https://github.com/sbt/sbt/issues/1152 ?
-
Is there any chance that someone could look into supporting scala 3 projects with sbt-android?
Starting with the sbt-android example projects, and adding `addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" …
-
总结一下sbt的好用的plugin,省得大家重复找轮子,省事点
先来两个压压惊
``` scala
//检验scala语法的
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.8.0")
```
[scalastyle github](https://github.com/scalastyle/scalastyle)…
-
[info] welcome to sbt 1.7.3 (Eclipse Adoptium Java 17.0.7)
[info] loading global plugins from /Users/apple.corps/.sbt/1.0/plugins
[info] loading settings for project semvers-build from scala2PlantUM…
-
Environment Variables
The Flyway command-line tool, Maven plugin and Gradle plugin support loading configuration via environment variables. This also possible using the Flyway API by calling the en…
-
-
After using `cs setup` to bootstrap a system's Scala toolchain, the `sbt` launcher on the system does not allow the `-jvm-debug XXX` parameter. This parameter is the widely documented way to use the d…
-
I had to remove neo-sbt-scalafmt (1.4) from my project because:
```
[error] Uncaught exception when running tests:
[error] java.lang.NoSuchMethodError: scala.Predef$.refArrayOps([Ljava/la…
-
I had recently enabled the silencer sbt plugin and then started noticing really strange behaviour where I knew I had compilation errors but the `sbt compile` task would succeed. `sbt test` would also …