Skip to content

Commit 628027f

Browse files
authored
Update scalacheck-shapeless_1.14 to 1.3.0
1 parent 22215b1 commit 628027f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ lazy val exercises = (project in file("."))
2222
"org.scalatest" %% "scalatest" % "3.2.9",
2323
"org.scalacheck" %% "scalacheck" % "1.15.4",
2424
"org.scalatestplus" %% "scalacheck-1-14" % "3.2.2.0",
25-
"com.github.alexarchambault" %% "scalacheck-shapeless_1.14" % "1.2.5"
25+
"com.github.alexarchambault" %% "scalacheck-shapeless_1.15" % "1.3.0"
2626
)
2727
)
2828
.enablePlugins(ExerciseCompilerPlugin)

0 commit comments

Comments
 (0)