Skip to content

Commit 308596c

Browse files
Removes publish / skip := true
1 parent 49ccca0 commit 308596c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build.sbt

-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,6 @@ ThisBuild / organization := "org.scala-exercises"
44
ThisBuild / githubOrganization := "47degrees"
55
ThisBuild / scalaVersion := "2.13.3"
66

7-
publish / skip := true
8-
97
// This is required by the exercises compiler:
108
publishLocal := (publishLocal dependsOn compile).value
119
publishSigned := (publishSigned dependsOn compile).value

0 commit comments

Comments
 (0)