File tree 1 file changed +3
-3
lines changed 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,11 +16,11 @@ scalacOptions ++= Seq(
16
16
17
17
libraryDependencies += " org.scalactic" %% " scalactic" % " 3.2.19"
18
18
libraryDependencies += " org.scalatest" %% " scalatest" % " 3.2.19" % " test"
19
- libraryDependencies += " org.scalacheck" %% " scalacheck" % " 1.18.0 " % " test"
19
+ libraryDependencies += " org.scalacheck" %% " scalacheck" % " 1.18.1 " % " test"
20
20
libraryDependencies += " org.scalatestplus" %% " scalacheck-1-18" % " 3.2.19.0" % " test"
21
21
libraryDependencies += " org.scala-lang.modules" %% " scala-parser-combinators" % " 2.4.0"
22
- libraryDependencies += " com.lihaoyi" %% " ujson" % " 4.0.0 "
23
- libraryDependencies += " tools.aqua" % " z3-turnkey" % " 4.13.0"
22
+ libraryDependencies += " com.lihaoyi" %% " ujson" % " 4.0.2 "
23
+ libraryDependencies += " tools.aqua" % " z3-turnkey" % " 4.13.0.1 "
24
24
libraryDependencies += " io.github.hughsimpson" %% " scalameter" % " 0.22.1" % " test" // Scala 3 compatible scalameter fork
25
25
26
26
// TODO: scalameter tests don't work in SBT
You can’t perform that action at this time.
0 commit comments