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 cbc8b06 commit 1a139b6Copy full SHA for 1a139b6
build.sbt
@@ -2,8 +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
-ThisBuild / publishTo := sonatypePublishToBundle.value
+ThisBuild / scalaVersion := "2.13.3"
7
8
publish / skip := true
9
project/build.properties
@@ -1 +1 @@
1
-sbt.version = 1.3.12
+sbt.version = 1.3.13
0 commit comments