diff --git a/build.sbt b/build.sbt index e04e812740a7..5a665b59f8b0 100644 --- a/build.sbt +++ b/build.sbt @@ -45,7 +45,7 @@ val jnaDep = "net.java.dev.jna" % "jna" val jlineDeps = Seq(jlineDep, jnaDep) val testInterfaceDep = "org.scala-sbt" % "test-interface" % "1.0" val diffUtilsDep = "io.github.java-diff-utils" % "java-diff-utils" % "4.12" -val compilerInterfaceDep = "org.scala-sbt" % "compiler-interface" % "1.9.6" +val compilerInterfaceDep = "org.scala-sbt" % "compiler-interface" % "1.10.0" val projectFolder = settingKey[String]("subfolder in src when using configureAsSubproject, else the project name")