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 8889fb1 commit b44766cCopy full SHA for b44766c
build.sbt
@@ -10,7 +10,7 @@ Global / scalacOptions := Seq(
10
"-language:reflectiveCalls",
11
"-deprecation",
12
)
13
-Global / scalaVersion := "2.13.8"
+Global / scalaVersion := "2.13.12"
14
ThisBuild / versionScheme := Some("early-semver")
15
ThisBuild / testFrameworks += new TestFramework("zio.test.sbt.ZTestFramework")
16
ThisBuild / githubWorkflowTargetTags ++= Seq("v*")
0 commit comments