Skip to content

Commit

Permalink
Merge pull request #1085 from scala-steward/update/refined-0.11.1
Browse files Browse the repository at this point in the history
Update refined to 0.11.1
  • Loading branch information
sh0hei committed Jan 28, 2024
2 parents 83e2adb + fcb8398 commit 694a595
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -211,7 +211,7 @@ lazy val core = project
"org.sangria-graphql" %% "sangria-spray-json" % "1.0.3" % Test,
"org.sangria-graphql" %% "sangria-argonaut" % "1.0.2" % Test,
"org.sangria-graphql" %% "sangria-ion" % "2.0.1" % Test,
"eu.timepit" %% "refined" % "0.11.0" % Test,
"eu.timepit" %% "refined" % "0.11.1" % Test,
// CATs
("net.jcazevedo" %% "moultingyaml" % "0.4.2" % Test).cross(CrossVersion.for3Use2_13),
"io.github.classgraph" % "classgraph" % "4.8.165" % Test
Expand Down

0 comments on commit 694a595

Please sign in to comment.