We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31c75b4 commit 616d0fdCopy full SHA for 616d0fd
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