Skip to content

Commit

Permalink
Update semanticdb-scalac to 4.12.0 (#900)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Nov 25, 2024
1 parent 55ba1d6 commit 9e0bfee
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 @@ -118,7 +118,7 @@ libraryDependencies ++= (if (scalaBinaryVersion.value == "3") {
"org.scala-lang" % "scala-compiler" % scalaVersion.value % "provided",
"org.scala-lang" % "scala-compiler" % scalaVersion.value % "test",
compilerPlugin(
"org.scalameta" % "semanticdb-scalac" % "4.11.2" cross CrossVersion.full
"org.scalameta" % "semanticdb-scalac" % "4.12.0" cross CrossVersion.full
)
)
})
Expand Down

0 comments on commit 9e0bfee

Please sign in to comment.