File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ scalacOptions ++= Seq(
1616
1717libraryDependencies += " org.scalactic" %% " scalactic" % " 3.2.19"
1818libraryDependencies += " org.scalatest" %% " scalatest" % " 3.2.19" % " test"
19- libraryDependencies += " org.scalacheck" %% " scalacheck" % " 1.18.1" % " test"
19+ libraryDependencies += " org.scalacheck" %% " scalacheck" % " 1.18.1" % " test" // TODO: 1.19 available, but not corresponding scalatestplus
2020libraryDependencies += " org.scalatestplus" %% " scalacheck-1-18" % " 3.2.19.0" % " test"
2121libraryDependencies += " org.scala-lang.modules" %% " scala-parser-combinators" % " 2.4.0"
22- libraryDependencies += " com.lihaoyi" %% " ujson" % " 4.0.2 "
23- libraryDependencies += " tools.aqua" % " z3-turnkey" % " 4.13.0 .1"
22+ libraryDependencies += " com.lihaoyi" %% " ujson" % " 4.4.1 "
23+ libraryDependencies += " tools.aqua" % " z3-turnkey" % " 4.14 .1"
2424libraryDependencies += " io.github.hughsimpson" %% " scalameter" % " 0.22.1" % " test" // Scala 3 compatible scalameter fork
2525
2626// TODO: scalameter tests don't work in SBT
You can’t perform that action at this time.
0 commit comments