Skip to content

Commit

Permalink
Updates build (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanpedromoreno committed Jun 29, 2020
1 parent 3547f3f commit 350423f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.sbt
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 All @@ -18,8 +18,8 @@ lazy val exercises = (project in file("."))
.settings(name := "exercises-scalatutorial")
.settings(
libraryDependencies ++= Seq(
"org.scala-exercises" %% "exercise-compiler" % "0.6.1",
"org.scala-exercises" %% "definitions" % "0.6.1",
"org.scala-exercises" %% "exercise-compiler" % "0.6.3",
"org.scala-exercises" %% "definitions" % "0.6.3",
"com.chuusai" %% "shapeless" % "2.3.3",
"org.scalatest" %% "scalatest" % "3.2.0",
"org.scalacheck" %% "scalacheck" % "1.14.3",
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
@@ -1,4 +1,4 @@
addSbtPlugin("org.scala-exercises" % "sbt-exercise" % "0.6.1")
addSbtPlugin("org.scala-exercises" % "sbt-exercise" % "0.6.3")
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.3")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.3")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.0")
Expand Down

0 comments on commit 350423f

Please sign in to comment.