Skip to content

Commit

Permalink
Merge pull request #903 from typelevel/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
armanbilge committed Aug 16, 2023
2 parents 595d393 + 1aa3ccd commit 5a4c94c
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 @@ -140,7 +140,7 @@ lazy val refined = crossProject(JVMPlatform, JSPlatform, NativePlatform)
.settings(
name := "skunk-refined",
libraryDependencies ++= Seq(
"eu.timepit" %%% "refined" % "0.10.3",
"eu.timepit" %%% "refined" % "0.11.0",
)
)

Expand Down

0 comments on commit 5a4c94c

Please sign in to comment.