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