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 3961311 + d8c0527 commit 01f25e8Copy full SHA for 01f25e8
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.1"
+val compilerInterfaceDep = "org.scala-sbt" % "compiler-interface" % "1.10.2"
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.1
+sbt.version=1.10.2
0 commit comments