Skip to content

Commit

Permalink
Update definitions, exercise-compiler, ... to 0.6.4
Browse files Browse the repository at this point in the history
  • Loading branch information
47erbot committed Aug 10, 2020
1 parent cf168f8 commit dff9dad
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 @@ -16,8 +16,8 @@ lazy val exercises = (project in file("."))
.settings(name := "exercises-shapeless")
.settings(
libraryDependencies ++= Seq(
"org.scala-exercises" %% "exercise-compiler" % "0.6.3",
"org.scala-exercises" %% "definitions" % "0.6.3",
"org.scala-exercises" %% "exercise-compiler" % "0.6.4",
"org.scala-exercises" %% "definitions" % "0.6.4",
"com.chuusai" %% "shapeless" % "2.3.3",
"org.scalatest" %% "scalatest" % "3.2.1",
"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.3")
addSbtPlugin("org.scala-exercises" % "sbt-exercise" % "0.6.4")
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.3")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.4")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")
Expand Down

0 comments on commit dff9dad

Please sign in to comment.