Skip to content

Commit

Permalink
Upgrade circe to 0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
muuki88 committed Jul 23, 2018
1 parent 419d307 commit f808e47
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@ name := "sbt-graphql"
organization := "rocks.muki"
sbtPlugin := true

val circeVersion = "0.8.0"
val circeVersion = "0.9.3"
libraryDependencies ++= Seq(
"org.sangria-graphql" %% "sangria" % "1.3.2",
"org.sangria-graphql" %% "sangria-circe" % "1.1.0",
"org.sangria-graphql" %% "sangria-circe" % "1.2.1",
"io.circe" %% "circe-core" % circeVersion,
"io.circe" %% "circe-parser" % circeVersion,
"org.scalaj" %% "scalaj-http" % "2.3.0",
Expand Down

0 comments on commit f808e47

Please sign in to comment.