We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e31534e commit 65b9306Copy full SHA for 65b9306
build.sbt
@@ -2,9 +2,7 @@ import com.jsuereth.sbtpgp.PgpKeys.publishSigned
2
3
ThisBuild / organization := "org.scala-exercises"
4
ThisBuild / githubOrganization := "47degrees"
5
-ThisBuild / scalaVersion := "2.13.2"
6
-
7
-publish / skip := true
+ThisBuild / scalaVersion := "2.13.3"
8
9
// This is required by the exercises compiler:
10
publishLocal := (publishLocal dependsOn compile).value
0 commit comments