Skip to content

Commit

Permalink
Merge pull request #10661 from scala-steward/update/compiler-interfac…
Browse files Browse the repository at this point in the history
…e-1.9.6

Update compiler-interface to 1.9.6
  • Loading branch information
lrytz committed Jan 16, 2024
2 parents 22958c5 + f989b2f commit 906d814
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -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")

Expand Down

0 comments on commit 906d814

Please sign in to comment.