Skip to content

Commit 65b9306

Browse files
Removes publish / skip := true
1 parent e31534e commit 65b9306

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build.sbt

+1-3
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,7 @@ import com.jsuereth.sbtpgp.PgpKeys.publishSigned
22

33
ThisBuild / organization := "org.scala-exercises"
44
ThisBuild / githubOrganization := "47degrees"
5-
ThisBuild / scalaVersion := "2.13.2"
6-
7-
publish / skip := true
5+
ThisBuild / scalaVersion := "2.13.3"
86

97
// This is required by the exercises compiler:
108
publishLocal := (publishLocal dependsOn compile).value

0 commit comments

Comments
 (0)