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 af75874 commit 8481b7cCopy full SHA for 8481b7c
build.sbt
@@ -152,11 +152,6 @@ lazy val commonSettings =
152
"https://github.com/typelevel/doobie/blob/v" + version.value + "€{FILE_PATH}.scala"
153
),
154
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
-
160
// Kind Projector (Scala 2 only)
161
libraryDependencies ++= Seq(
162
compilerPlugin("org.typelevel" %% "kind-projector" % "0.13.4" cross CrossVersion.full),
0 commit comments