Skip to content

Commit 35c3726

Browse files
authored
Use Scala3 LTS release (#444)
Librairies shouldn't use latest version otherwise people staying on LTS versions can't use your lib
1 parent ae363d6 commit 35c3726

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
@@ -8,7 +8,7 @@ inThisBuild(
88
),
99
homepage := Some(url("http://github.com/ironcorelabs/cats-scalatest")),
1010
licenses := Seq("Apache-2.0" -> url("http://www.opensource.org/licenses/Apache-2.0")),
11-
scalaVersion := "3.7.1",
11+
scalaVersion := "3.3.6",
1212
crossScalaVersions := Seq(scalaVersion.value)
1313
)
1414
)

0 commit comments

Comments
 (0)