diff --git a/build.sbt b/build.sbt index 61a994a..4dba15c 100644 --- a/build.sbt +++ b/build.sbt @@ -12,5 +12,5 @@ libraryDependencies ++= Seq( "com.typesafe.akka" %% "akka-actor-typed" % AkkaVersion, "com.typesafe.akka" %% "akka-stream" % AkkaVersion, "com.typesafe.akka" %% "akka-http" % AkkaHttpVersion, - "org.json4s" %% "json4s-native" % "4.0.1" + "org.json4s" %% "json4s-native" % "4.0.4" ) \ No newline at end of file