We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d71dee9 commit 9822564Copy full SHA for 9822564
project/ProjectPlugin.scala
@@ -13,7 +13,7 @@ object ProjectPlugin extends AutoPlugin {
13
lazy val V = new {
14
val shapeless: String = "2.3.3"
15
val scala: String = "2.13.2"
16
- val scalaExercises: String = "0.6.0-SNAPSHOT"
+ val scalaExercises: String = "0.6.0"
17
val scalacheck: String = "1.14.3"
18
val scalacheckShapeless: String = "1.2.5"
19
val scalatest: String = "3.1.1"
0 commit comments