Skip to content

Commit 3cdf92e

Browse files
author
Alejandro Gómez
committed
Use toolchain with the same version as the content
1 parent 9518167 commit 3cdf92e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,8 @@ lazy val shapeless = (project in file("."))
1414
"org.typelevel" %% "cats-core" % "0.4.1",
1515
"com.chuusai" %% "shapeless" % "2.2.5",
1616
"org.scalatest" %% "scalatest" % "2.2.4",
17-
"org.scala-exercises" %% "runtime" % "0.1.+" changing(),
18-
"org.scala-exercises" %% "definitions" % "0.1.+" changing(),
17+
"org.scala-exercises" %% "exercise-compiler" % version.value,
18+
"org.scala-exercises" %% "definitions" % version.value,
1919
"org.scalacheck" %% "scalacheck" % "1.12.5",
2020
"com.github.alexarchambault" %% "scalacheck-shapeless_1.12" % "0.3.1",
2121
compilerPlugin("org.spire-math" %% "kind-projector" % "0.7.1")

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
addSbtPlugin("org.scala-exercises" % "sbt-exercise" % "0.1.+", "0.13", "2.10")
1+
addSbtPlugin("org.scala-exercises" % "sbt-exercise" % "0.1.1", "0.13", "2.10")
22
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.0.0")

0 commit comments

Comments
 (0)