We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72901b7 commit 81388a7Copy full SHA for 81388a7
2 files changed
build.sc
@@ -62,7 +62,7 @@ object Dependencies {
62
def nailgun = ivy"io.github.alexarchambault.bleep:nailgun-server:1.0.7"
63
def osLib = ivy"com.lihaoyi::os-lib:0.9.0"
64
def pprint = ivy"com.lihaoyi::pprint:0.9.0"
65
- def sbtTestAgent = ivy"org.scala-sbt:test-agent:1.9.9"
+ def sbtTestAgent = ivy"org.scala-sbt:test-agent:1.9.10"
66
def sbtTestInterface = ivy"org.scala-sbt:test-interface:1.0"
67
def scalaDebugAdapter = ivy"ch.epfl.scala::scala-debug-adapter:4.0.3"
68
def scalaJsLinker1 = ivy"org.scala-js::scalajs-linker:$scalaJs1Version"
frontend/src/test/resources/cross-test-build-scala-native-0.5/project/build.properties
@@ -1,2 +1,2 @@
1
-sbt.version=1.9.9
+sbt.version=1.9.10
2
0 commit comments