-
I've been regularly seeing this exception when using IO.copy family of methods.
Here's most recent build: https://github.com/sourcegraph/scip-java/actions/runs/10828494028/job/30043981974?pr=751#st…
-
This is more of a question/discussion but may lead to some changes.
I understand why you introduced SBT as build tool and ScalaTest for unit testing. However this is (at least for a Spring related …
mvitz updated
6 years ago
-
Hi
Cool project. Is this published in any of the repositories? Looking for SBT dependency settings for this repo.
-
This may seem weird, but it's a real issue IntelliJ users sometimes run into because of how we currently load plugins to the shell.
## steps
1. add a global plugin loading conditional on propert…
-
## Reproduction steps
https://openjdk.org/jeps/476
Scala version: 2.13.14
```
$ java --version
openjdk 23-ea 2024-09-17
OpenJDK Runtime Environment (build 23-ea+25-2094)
OpenJDK 64-Bit Se…
-
I recently learned (but haven't tried) that `sbt` has the ability to enforce the same version:
```Scala
csrConfiguration := csrConfiguration.value.withSameVersions(
Seq(
Set(
…
-
Are there any plans to describe how to use Lift with Simple Build Tool?
-
### Issue
This works as expected
```scala
new ImageFromDockerfile(imageName, true)
.withFileFromFile("Dockerfile", new File("dev/keycloak/Dockerfile"))
.withFileFromFile("dev/keycloak/sb…
-
Hey,
it would be awesome to support sbt dependencies and plugin dependencies as well.
https://www.scala-sbt.org/1.x/docs/Library-Dependencies.html
https://www.scala-sbt.org/1.x/docs/Using-Plug…
-
In the list of ecosystems you support sbt is missing. So you miss all the Scala projects out there :wink: (like https://github.com/playframework/playframework/)
https://www.scala-sbt.org/
If yo…
mkurz updated
2 months ago