Skip to content

Commit 8ac1cdf

Browse files
Update semanticdb-scalac to 4.14.1 (#990)
* Update semanticdb-scalac to 4.14.1 * Update build.sbt --------- Co-authored-by: Bendix Sältz <bendix@saeltz.de>
1 parent 78e8ccc commit 8ac1cdf

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
@@ -113,7 +113,7 @@ libraryDependencies ++= (if (scalaBinaryVersion.value == "3") {
113113
"org.scala-lang" % "scala-compiler" % scalaVersion.value % "provided",
114114
"org.scala-lang" % "scala-compiler" % scalaVersion.value % "test",
115115
compilerPlugin(
116-
"org.scalameta" % "semanticdb-scalac" % "4.13.10" cross CrossVersion.full
116+
"org.scalameta" % "semanticdb-scalac" % "4.14.1" cross CrossVersion.full
117117
)
118118
)
119119
})

0 commit comments

Comments
 (0)