Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit 93008c5

Browse files
authored
Merge pull request #404 from softwaremill/update/refined-0.10.0
Update refined to 0.10.0
2 parents 09bcc8a + 6bd0bf2 commit 93008c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ lazy val refined = (projectMatrix in file("refined"))
228228
.settings(
229229
name := "diffx-refined",
230230
libraryDependencies ++= Seq(
231-
"eu.timepit" %%% "refined" % "0.9.29",
231+
"eu.timepit" %%% "refined" % "0.10.0",
232232
"org.scalatest" %%% "scalatest-flatspec" % scalatestVersion % Test,
233233
"org.scalatest" %%% "scalatest-shouldmatchers" % scalatestVersion % Test
234234
)

0 commit comments

Comments
 (0)