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 78e8ccc commit 8ac1cdfCopy full SHA for 8ac1cdf
build.sbt
@@ -113,7 +113,7 @@ libraryDependencies ++= (if (scalaBinaryVersion.value == "3") {
113
"org.scala-lang" % "scala-compiler" % scalaVersion.value % "provided",
114
"org.scala-lang" % "scala-compiler" % scalaVersion.value % "test",
115
compilerPlugin(
116
- "org.scalameta" % "semanticdb-scalac" % "4.13.10" cross CrossVersion.full
+ "org.scalameta" % "semanticdb-scalac" % "4.14.1" cross CrossVersion.full
117
)
118
119
})
0 commit comments