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 165f4e5 commit 998c13fCopy full SHA for 998c13f
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.5" cross CrossVersion.full
+ "org.scalameta" % "semanticdb-scalac" % "4.13.6" cross CrossVersion.full
122
)
123
124
})
0 commit comments