From f989b2f78967b4f9f543e428ecbf9a4811c9087a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 13 Jan 2024 09:34:09 +0000 Subject: [PATCH] Update compiler-interface to 1.9.6 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 9a7e97f946a..da6ecfd8048 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.5" +val compilerInterfaceDep = "org.scala-sbt" % "compiler-interface" % "1.9.6" val projectFolder = settingKey[String]("subfolder in src when using configureAsSubproject, else the project name")