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 5b8b50f commit 1704ad8Copy full SHA for 1704ad8
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.1" cross CrossVersion.full
+ "org.scalameta" % "semanticdb-scalac" % "4.10.2" cross CrossVersion.full
122
)
123
124
})
0 commit comments