Skip to content

Commit 998c13f

Browse files
Update semanticdb-scalac to 4.13.6 (#958)
1 parent 165f4e5 commit 998c13f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ libraryDependencies ++= (if (scalaBinaryVersion.value == "3") {
118118
"org.scala-lang" % "scala-compiler" % scalaVersion.value % "provided",
119119
"org.scala-lang" % "scala-compiler" % scalaVersion.value % "test",
120120
compilerPlugin(
121-
"org.scalameta" % "semanticdb-scalac" % "4.13.5" cross CrossVersion.full
121+
"org.scalameta" % "semanticdb-scalac" % "4.13.6" cross CrossVersion.full
122122
)
123123
)
124124
})

0 commit comments

Comments
 (0)