Skip to content
This repository has been archived by the owner on Jul 30, 2024. It is now read-only.

Update upickle to 0.7.4, jsoniter-scala-macros to 0.46.2 and avsystem-commons to 1.34.17 #277

Merged
merged 1 commit into from
May 4, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -176,12 +176,12 @@ lazy val library =
val avro4s = "1.9.0"
val circe = "0.11.1"
val jacksonModuleScala = "2.9.8"
val jsoniterScalaMacros = "0.43.1"
val jsoniterScalaMacros = "0.46.2"
val json4s = "3.6.5"
val play = "2.7.3"
val scalaTest = "3.0.7"
val upickle = "0.7.3"
val avsystemCommons = "1.34.6"
val upickle = "0.7.4"
val avsystemCommons = "1.34.17"
}
val akkaHttp = "com.typesafe.akka" %% "akka-http" % Version.akkaHttp
val akkaHttpJacksonJava = "com.typesafe.akka" %% "akka-http-jackson" % Version.akkaHttp
Expand Down