Skip to content

Commit

Permalink
Update definitions, exercise-compiler, ... to 0.6.3 (#209)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 29, 2020
1 parent 558f08f commit 31c75b4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Expand Up @@ -18,8 +18,8 @@ lazy val exercises = (project in file("."))
.settings(name := "exercises-stdlib")
.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 31c75b4

Please sign in to comment.