Skip to content

Commit 2fff1bb

Browse files
ThisBuild / publishTo
1 parent 024545e commit 2fff1bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import com.jsuereth.sbtpgp.PgpKeys.publishSigned
33
ThisBuild / organization := "org.scala-exercises"
44
ThisBuild / githubOrganization := "47degrees"
55
ThisBuild / scalaVersion := "2.13.3"
6+
ThisBuild / publishTo := sonatypePublishToBundle.value
67

7-
publishTo := sonatypePublishToBundle.value
88
publish / skip := true
99

1010
// This is required by the exercises compiler:

0 commit comments

Comments
 (0)