We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42ac378 commit 6815ad1Copy full SHA for 6815ad1
build.sbt
@@ -118,7 +118,7 @@ libraryDependencies ++= (if (scalaBinaryVersion.value == "3") {
118
"org.scala-lang" % "scala-compiler" % scalaVersion.value % "provided",
119
"org.scala-lang" % "scala-compiler" % scalaVersion.value % "test",
120
compilerPlugin(
121
- "org.scalameta" % "semanticdb-scalac" % "4.10.2" cross CrossVersion.full
+ "org.scalameta" % "semanticdb-scalac" % "4.11.0" cross CrossVersion.full
122
)
123
124
})
0 commit comments