Skip to content

Commit

Permalink
Merge pull request #218 from scala-steward/update/refined-0.10.3
Browse files Browse the repository at this point in the history
Update refined to 0.10.3
  • Loading branch information
goshacodes authored Feb 15, 2025
2 parents 3a4a879 + d9d595f commit f38c799
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 @@ -234,7 +234,7 @@ lazy val refined = project
.settings(
name := "tethys-refined",
libraryDependencies ++= Seq(
"eu.timepit" %% "refined" % "0.10.2"
"eu.timepit" %% "refined" % "0.10.3"
)
)
.dependsOn(core)
Expand Down

0 comments on commit f38c799

Please sign in to comment.