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 a3391ff commit 8872298Copy full SHA for 8872298
build.sbt
@@ -1,7 +1,7 @@
1
ThisBuild / organization := "org.scala-exercises"
2
ThisBuild / githubOrganization := "47degrees"
3
ThisBuild / scalaVersion := "2.13.8"
4
-ThisBuild / crossScalaVersions := Seq("2.13.8", "2.12.15")
+ThisBuild / crossScalaVersions := Seq("2.13.8", "2.12.16")
5
6
publish / skip := true
7
0 commit comments