Skip to content

Commit

Permalink
Merge pull request #99 from scala-exercises/updates-sbt-exercise
Browse files Browse the repository at this point in the history
Updates build
  • Loading branch information
juanpedromoreno authored Jun 29, 2020
2 parents 4f1fdc5 + 8f435f6 commit 2dda3aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import com.jsuereth.sbtpgp.PgpKeys.publishSigned

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

publish / skip := true

Expand Down

0 comments on commit 2dda3aa

Please sign in to comment.