We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f4481b commit 4660ea2Copy full SHA for 4660ea2
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.13.2" cross CrossVersion.full
+ "org.scalameta" % "semanticdb-scalac" % "4.13.3" cross CrossVersion.full
122
)
123
124
})
0 commit comments