Skip to content

Commit 2ae97f1

Browse files
Update refined, refined-cats, ... to 0.9.17 (#1626)
1 parent c2f8651 commit 2ae97f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Dependencies.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ object Dependencies {
3232
val millVersion = Def.setting(if (scalaBinaryVersion.value == "2.12") "0.6.3" else "0.8.0")
3333
val millScalalib = Def.setting("com.lihaoyi" %% "mill-scalalib" % millVersion.value)
3434
val monocleCore = "com.github.julien-truffaut" %% "monocle-core" % "2.1.0"
35-
val refined = "eu.timepit" %% "refined" % "0.9.16"
35+
val refined = "eu.timepit" %% "refined" % "0.9.17"
3636
val refinedCats = "eu.timepit" %% "refined-cats" % refined.revision
3737
val refinedScalacheck = "eu.timepit" %% "refined-scalacheck" % refined.revision
3838
val scalacacheCaffeine = "com.github.cb372" %% "scalacache-caffeine" % "0.28.0"

0 commit comments

Comments
 (0)