Skip to content

Commit 6815ad1

Browse files
Update semanticdb-scalac to 4.11.0 (#894)
1 parent 42ac378 commit 6815ad1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ libraryDependencies ++= (if (scalaBinaryVersion.value == "3") {
118118
"org.scala-lang" % "scala-compiler" % scalaVersion.value % "provided",
119119
"org.scala-lang" % "scala-compiler" % scalaVersion.value % "test",
120120
compilerPlugin(
121-
"org.scalameta" % "semanticdb-scalac" % "4.10.2" cross CrossVersion.full
121+
"org.scalameta" % "semanticdb-scalac" % "4.11.0" cross CrossVersion.full
122122
)
123123
)
124124
})

0 commit comments

Comments
 (0)