Skip to content

Commit

Permalink
Merge pull request #294 from scala-steward/update/refined-0.11.0
Browse files Browse the repository at this point in the history
Update refined to 0.11.0
  • Loading branch information
Alexander Valentinov authored Jul 29, 2023
2 parents 5fbe8e3 + 0c6de93 commit 8661b83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ lazy val `refined` =
.settings(
commonDependencies,
libraryDependencies ++= Seq(
"eu.timepit" %% "refined" % "0.10.3",
"eu.timepit" %% "refined" % "0.11.0",
),
)
.jvmPlatform(scala2Versions)
Expand Down

0 comments on commit 8661b83

Please sign in to comment.