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 02bcd9d commit 5d37601Copy full SHA for 5d37601
build.sbt
@@ -152,8 +152,9 @@ lazy val commonSettings =
152
"https://github.com/typelevel/doobie/blob/v" + version.value + "€{FILE_PATH}.scala"
153
),
154
155
- // I'm not sure why semanticdbVersion is 4.12.3 which doesn't exist for Scala version 2.13.17
156
- // Perhaps SBT / Metals need to update their default version and this will be fixed in the future?
+ // Setting semanticdbVersion explicitly as the version is defaulting to 4.12.3
+ // 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)
0 commit comments