Skip to content

Commit ad8cb22

Browse files
Removes publish / skip := true
1 parent c18ee14 commit ad8cb22

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

build.sbt

Lines changed: 0 additions & 2 deletions
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)