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 31c75b4 commit 616d0fd
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.sbt
Expand Up @@ -2,9 +2,7 @@ import com.jsuereth.sbtpgp.PgpKeys.publishSigned

ThisBuild / organization := "org.scala-exercises"
ThisBuild / githubOrganization := "47degrees"
ThisBuild / scalaVersion := "2.13.2"

publish / skip := true
ThisBuild / scalaVersion := "2.13.3"

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

0 comments on commit 616d0fd

Please sign in to comment.