Skip to content

Commit 8481b7c

Browse files
committed
remove semantidb version override
1 parent af75874 commit 8481b7c

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

build.sbt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -152,11 +152,6 @@ lazy val commonSettings =
152152
"https://github.com/typelevel/doobie/blob/v" + version.value + "€{FILE_PATH}.scala"
153153
),
154154

155-
// Setting semanticdbVersion explicitly as the version is defaulting to 4.12.3
156-
// which doesn't exist for 2.13.17.
157-
// Perhaps SBT / one of the plugins using need to update its version?
158-
semanticdbVersion := "4.14.1",
159-
160155
// Kind Projector (Scala 2 only)
161156
libraryDependencies ++= Seq(
162157
compilerPlugin("org.typelevel" %% "kind-projector" % "0.13.4" cross CrossVersion.full),

0 commit comments

Comments
 (0)