We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 147f6fd commit d6b2799Copy full SHA for d6b2799
build.sbt
@@ -8,8 +8,8 @@ ThisBuild / scalafmtOnCompile := true
8
9
Global / onChangedBuildSource := ReloadOnSourceChanges
10
11
-ThisBuild / scalaVersion := "2.13.8"
12
-ThisBuild / crossScalaVersions := Seq("2.13.8", "3.1.3")
+ThisBuild / scalaVersion := "2.13.13"
+ThisBuild / crossScalaVersions := Seq("2.13.13", "3.1.3")
13
14
val commonSettings = Seq(
15
scalacOptions := Seq(
0 commit comments