Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 0 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -152,11 +152,6 @@ lazy val commonSettings =
"https://github.com/typelevel/doobie/blob/v" + version.value + "€{FILE_PATH}.scala"
),

// Setting semanticdbVersion explicitly as the version is defaulting to 4.12.3
// which doesn't exist for 2.13.17.
// Perhaps SBT / one of the plugins using need to update its version?
semanticdbVersion := "4.14.1",

// Kind Projector (Scala 2 only)
libraryDependencies ++= Seq(
compilerPlugin("org.typelevel" %% "kind-projector" % "0.13.4" cross CrossVersion.full),
Expand Down