Skip to content

Commit 4660ea2

Browse files
Update semanticdb-scalac to 4.13.3 (#942)
1 parent 0f4481b commit 4660ea2

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.2" cross CrossVersion.full
121+
"org.scalameta" % "semanticdb-scalac" % "4.13.3" cross CrossVersion.full
122122
)
123123
)
124124
})

0 commit comments

Comments
 (0)