Skip to content

Commit

Permalink
Update refined, refined-scalacheck to 0.11.1 (#216)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Feb 2, 2024
1 parent 9dc31f7 commit 010e415
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 @@ -99,7 +99,7 @@ lazy val refined = (project in file("modules/refined"))
name := "calypso-refined",
description := "calypso refined",
libraryDependencies ++= List(
"eu.timepit" %% "refined" % "0.11.0"
"eu.timepit" %% "refined" % "0.11.1"
)
)
.dependsOn(core)
Expand All @@ -109,7 +109,7 @@ lazy val refinedTests = (project in file("modules/refined-tests"))
name := "calypso-refined-tests",
description := "calypso refined tests",
libraryDependencies ++= List(
"eu.timepit" %% "refined-scalacheck" % "0.11.0" % Test,
"eu.timepit" %% "refined-scalacheck" % "0.11.1" % Test,
"org.typelevel" %% "discipline-munit" % "1.0.9" % Test
),
publish / skip := true
Expand Down

0 comments on commit 010e415

Please sign in to comment.