Skip to content

Commit

Permalink
Update compiler-interface to 1.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jan 13, 2024
1 parent 4deab53 commit f989b2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
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 f989b2f

Please sign in to comment.