Skip to content

Commit

Permalink
Update versions of json4s and avsystemGenCodec (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
plokhotnyuk authored and hseeberger committed Jul 26, 2018
1 parent a7a1619 commit 262b50b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Expand Up @@ -159,11 +159,11 @@ lazy val library =
val circe = "0.9.3"
val jacksonScala = "2.9.6"
val jsoniterScala = "0.29.2"
val json4s = "3.5.4"
val json4s = "3.6.0"
val play = "2.6.9"
val scalaTest = "3.0.5"
val upickle = "0.6.6"
val avsystemGenCodec = "1.28.2"
val avsystemGenCodec = "1.29.0"
}
val akkaHttp = "com.typesafe.akka" %% "akka-http" % Version.akkaHttp
val akkaHttpJacksonJava = "com.typesafe.akka" %% "akka-http-jackson" % Version.akkaHttp
Expand Down

0 comments on commit 262b50b

Please sign in to comment.