Skip to content

Commit

Permalink
Merge pull request #1716 from scala-steward/update/refined-0.10.3
Browse files Browse the repository at this point in the history
Update refined, refined-cats to 0.10.3
  • Loading branch information
blast-hardcheese authored Aug 11, 2023
2 parents 3b8c9a2 + 46ba720 commit c66aac1
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion project/src/main/scala/modules/scalaAkkaHttp.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object scalaAkkaHttp {
val javaxAnnotationVersion = "1.3.2"
val javaxElVersion = "3.0.0"
val jaxbApiVersion = "2.3.1"
val refinedVersion = "0.10.1"
val refinedVersion = "0.10.3"
val scalatestVersion = "3.2.13"

val dependencies = Seq(
Expand Down
4 changes: 2 additions & 2 deletions project/src/main/scala/modules/scalaHttp4s.scala
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ object scalaHttp4s {
val dependenciesV0_22 = {
val catsEffectVersion = "2.5.4"
val http4sVersion = "0.22.7"
val refinedVersion = "0.10.1"
val refinedVersion = "0.10.3"

Seq(
"javax.annotation" % "javax.annotation-api" % javaxAnnotationVersion, // for jdk11
Expand All @@ -40,7 +40,7 @@ object scalaHttp4s {
val catsEffectVersion = "3.4.10"
val http4sVersion = "0.23.18"
val http4sBlazeVersion = "0.23.14"
val refinedVersion = "0.10.1"
val refinedVersion = "0.10.3"

Seq(
"javax.annotation" % "javax.annotation-api" % javaxAnnotationVersion, // for jdk11
Expand Down

0 comments on commit c66aac1

Please sign in to comment.