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.
2 parents c1fe213 + 9a5e3b3 commit 98d0ee2Copy full SHA for 98d0ee2
build.sbt
@@ -45,7 +45,7 @@ val jnaDep = "net.java.dev.jna" % "jna"
45
val jlineDeps = Seq(jlineDep, jnaDep)
46
val testInterfaceDep = "org.scala-sbt" % "test-interface" % "1.0"
47
val diffUtilsDep = "io.github.java-diff-utils" % "java-diff-utils" % "4.12"
48
-val compilerInterfaceDep = "org.scala-sbt" % "compiler-interface" % "1.10.0"
+val compilerInterfaceDep = "org.scala-sbt" % "compiler-interface" % "1.10.1"
49
50
val projectFolder = settingKey[String]("subfolder in src when using configureAsSubproject, else the project name")
51
project/build.properties
@@ -1 +1 @@
1
-sbt.version=1.10.0
+sbt.version=1.10.1
0 commit comments