Skip to content

Commit

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

Update compiler-interface to 1.10.0
  • Loading branch information
SethTisue committed Jun 4, 2024
2 parents f2c97b3 + 43978c6 commit f11761f
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.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")

Expand Down

0 comments on commit f11761f

Please sign in to comment.