Skip to content

Commit

Permalink
Update semanticdb-scalac to 4.10.2 (#885)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Oct 12, 2024
1 parent 5b8b50f commit 1704ad8
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.10.1" cross CrossVersion.full
"org.scalameta" % "semanticdb-scalac" % "4.10.2" cross CrossVersion.full
)
)
})
Expand Down

0 comments on commit 1704ad8

Please sign in to comment.