We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a6abba1 commit e0ae268Copy full SHA for e0ae268
project/Dependencies.scala
@@ -51,7 +51,7 @@ object Dependencies {
51
val jodaTime = "joda-time" % "joda-time" % "2.12.7"
52
val jodaConvert = "org.joda" % "joda-convert" % "2.2.3"
53
val jSoup = "org.jsoup" % "jsoup" % "1.18.1"
54
- val json4s = "org.json4s" %% "json4s-native" % "4.0.7"
+ val json4s = "io.github.json4s" %% "json4s-native" % "4.1.0"
55
val macwire = "com.softwaremill.macwire" %% "macros" % "2.5.9" % "provided"
56
val mockito = "org.mockito" % "mockito-all" % "1.10.19" % Test
57
val paClient = "com.gu" %% "pa-client" % "7.0.12"
0 commit comments