-
can not pull this dependency.
could you please give me a hint on how to set my build.sbt for this dependency?
my build.sbt is as follow:
name := "free-monad-coproduct-example"
version :…
-
can not pull this dependency.
could you please give me a hint on how to set my build.sbt for this dependency?
my build.sbt is as follow:
name := "free-monad-coproduct-example"
version :…
-
It would be useful to have a way to sign all git operations performed by this plugin.
I ran 'prepareRelease 0.3.1' in my fork; which resulted in two unsigned commits:
https://github.com/NicolasRouqu…
-
I am wanting to create a WAR for Tomcat 6, and have configured my Build.scala and plugins.sbt file according to the instructions at https://github.com/dlecan/play2-war-plugin/wiki/Configuration, based…
-
like sbt's play plugin
cvogt updated
6 years ago
-
When I try to depend on `com.google.firebase:firebase-admin:9.4.1` in my scripts project, the build can't resolve. This seems to be caused by a transitive dependency of Bleep, `org.eclipse.lsp4j:org.e…
-
How about letting tab-completion be case-insensitive? I'm pretty inaccurate when jamming in characters for a task I want in the sbt console and I use tab-completion liberally. I commonly screw up th…
-
I put a dogfood test for this inside the site plugin.
```
[error] .../sbt-typelevel/site/src/main/scala/org/typelevel/sbt/site/TypelevelHeliumExtensions.scala:47:3: Could not find any member to link…
-
jenv doesnt allow me to set the enable the plugins. I'm getting the following error:
```
$ jenv enable-plugin sbt
jenv: no such command `enable-plugin'
```
although it is listed as a valid command …
-
## steps
sbt version: 1.3.13
build.sbt:
```
lazy val sample = (project in file("."))
.settings(
name := "sbt-sample",
organization := "sample",
version := "0.1.0",
scalaVe…