Skip to content

Commit

Permalink
Removes publish / skip := true
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpedromoreno authored Jun 30, 2020
1 parent da39336 commit 20011c4
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions build.sbt
Original file line number Diff line number Diff line change
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 20011c4

Please sign in to comment.