Skip to content

Commit

Permalink
Update refined to 0.9.27 (#378)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jul 20, 2021
1 parent 1a90be9 commit cb6b14b
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 @@ -288,7 +288,7 @@ lazy val zioJsonInteropRefined = crossProject(JSPlatform, JVMPlatform)
.settings(
crossScalaVersions --= Vector("3.0.1"),
libraryDependencies ++= Seq(
"eu.timepit" %%% "refined" % "0.9.26",
"eu.timepit" %%% "refined" % "0.9.27",
"dev.zio" %%% "zio-test" % zioVersion % "test",
"dev.zio" %%% "zio-test-sbt" % zioVersion % "test"
),
Expand Down

0 comments on commit cb6b14b

Please sign in to comment.