Skip to content

Commit

Permalink
Merge pull request #122 from scala-steward/update/definitions-0.6.3
Browse files Browse the repository at this point in the history
Update definitions, exercise-compiler, ... to 0.6.3
  • Loading branch information
juanpedromoreno authored Jun 29, 2020
2 parents 413b628 + fa3ecbc commit 997e3c3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ lazy val exercises = (project in file("."))
.settings(name := "exercises-cats")
.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",
"org.typelevel" %% "cats-core" % "2.1.1",
"com.chuusai" %% "shapeless" % "2.3.3",
"org.scalatest" %% "scalatest" % "3.2.0",
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -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 997e3c3

Please sign in to comment.