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 024545e commit 2fff1bbCopy full SHA for 2fff1bb
build.sbt
@@ -3,8 +3,8 @@ import com.jsuereth.sbtpgp.PgpKeys.publishSigned
3
ThisBuild / organization := "org.scala-exercises"
4
ThisBuild / githubOrganization := "47degrees"
5
ThisBuild / scalaVersion := "2.13.3"
6
+ThisBuild / publishTo := sonatypePublishToBundle.value
7
-publishTo := sonatypePublishToBundle.value
8
publish / skip := true
9
10
// This is required by the exercises compiler:
0 commit comments