Skip to content

Commit

Permalink
Update semanticdb-scalac to 4.11.2 (#899)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Nov 21, 2024
1 parent c577185 commit 55ba1d6
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.1" cross CrossVersion.full
"org.scalameta" % "semanticdb-scalac" % "4.11.2" cross CrossVersion.full
)
)
})
Expand Down

0 comments on commit 55ba1d6

Please sign in to comment.