From 616d0fd9345b89e85ff7e1db437367dda142b302 Mon Sep 17 00:00:00 2001 From: Juan Pedro Moreno <4879373+juanpedromoreno@users.noreply.github.com> Date: Tue, 30 Jun 2020 18:36:30 +0200 Subject: [PATCH] Removes publish / skip := true --- build.sbt | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/build.sbt b/build.sbt index bab257c4..a30589b6 100644 --- a/build.sbt +++ b/build.sbt @@ -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