Skip to content

Commit 1c4bd8c

Browse files
committed
Use correct Scala LTS version
1 parent 51bf9b2 commit 1c4bd8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import ReleaseTransformations._
22

33
ThisBuild / organization := "com.github.dwickern"
44

5-
lazy val scala3 = "3.6.3"
5+
lazy val scala3 = "3.3.5"
66
lazy val scala213 = "2.13.16"
77
lazy val scala212 = "2.12.20"
88

0 commit comments

Comments
 (0)