Skip to content

Commit

Permalink
Update refined, refined-scalacheck to 0.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored and avdv committed Feb 15, 2024
1 parent 00f43ea commit 9244859
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -47,9 +47,9 @@ lazy val root = (project in file("."))
Seq(
"com.typesafe.play" %% "play-json" % (if (isScala3) "2.10.4"
else "2.9.2"),
"eu.timepit" %% "refined" % "0.11.0",
"eu.timepit" %% "refined" % "0.11.1",
"org.scalacheck" %% "scalacheck" % "1.17.0" % Test,
"eu.timepit" %% "refined-scalacheck" % "0.11.0" % Test
"eu.timepit" %% "refined-scalacheck" % "0.11.1" % Test
)
},
// Compiler flags.
Expand Down

0 comments on commit 9244859

Please sign in to comment.