Skip to content

Commit

Permalink
Merge pull request #28 from scala-steward/update/argonaut-6.3.3
Browse files Browse the repository at this point in the history
Update argonaut to 6.3.3
  • Loading branch information
sh0hei authored Feb 8, 2021
2 parents ab1f7bf + 12f5d06 commit 18d6a94
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 @@ -17,7 +17,7 @@ javacOptions ++= Seq("-source", "8", "-target", "8")

libraryDependencies ++= Seq(
"org.sangria-graphql" %% "sangria-marshalling-api" % "1.0.5",
"io.argonaut" %% "argonaut" % "6.2.5",
"io.argonaut" %% "argonaut" % "6.3.3",

"org.sangria-graphql" %% "sangria-marshalling-testkit" % "1.0.3" % Test,
"org.scalatest" %% "scalatest" % "3.1.4" % Test
Expand Down

0 comments on commit 18d6a94

Please sign in to comment.