Skip to content

Commit 5d37601

Browse files
committed
Small comment change to test snapshot publishing
1 parent 02bcd9d commit 5d37601

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

build.sbt

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

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?
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?
157158
semanticdbVersion := "4.14.1",
158159

159160
// Kind Projector (Scala 2 only)

0 commit comments

Comments
 (0)