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 ae363d6 commit 35c3726Copy full SHA for 35c3726
build.sbt
@@ -8,7 +8,7 @@ inThisBuild(
8
),
9
homepage := Some(url("http://github.com/ironcorelabs/cats-scalatest")),
10
licenses := Seq("Apache-2.0" -> url("http://www.opensource.org/licenses/Apache-2.0")),
11
- scalaVersion := "3.7.1",
+ scalaVersion := "3.3.6",
12
crossScalaVersions := Seq(scalaVersion.value)
13
)
14
0 commit comments