Skip to content

Commit

Permalink
Removes publish / skip := true
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpedromoreno committed Jun 30, 2020
1 parent fb10f07 commit ca840a9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions build.sbt
Expand Up @@ -4,8 +4,6 @@ ThisBuild / organization := "org.scala-exercises"
ThisBuild / githubOrganization := "47degrees"
ThisBuild / scalaVersion := "2.13.3"

publish / skip := true

// This is required by the exercises compiler:
publishLocal := (publishLocal dependsOn compile).value
publishSigned := (publishSigned dependsOn compile).value
Expand Down

0 comments on commit ca840a9

Please sign in to comment.