Skip to content

Commit

Permalink
Update semanticdb-scalac to 4.10.1 (#875)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Sep 24, 2024
1 parent c99ee53 commit e65c698
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.9.9" cross CrossVersion.full
"org.scalameta" % "semanticdb-scalac" % "4.10.1" cross CrossVersion.full
)
)
})
Expand Down

0 comments on commit e65c698

Please sign in to comment.