diff --git a/build.sbt b/build.sbt index 39638bd..77e7fcb 100644 --- a/build.sbt +++ b/build.sbt @@ -5,8 +5,8 @@ version := "0.1" scalaVersion := "2.13.5" libraryDependencies ++= Seq( - "com.typesafe.akka" %% "akka-http" % "10.2.4", + "com.typesafe.akka" %% "akka-http" % "10.2.8", "org.json4s" %% "json4s-native" % "3.6.11", - "com.typesafe.akka" %% "akka-http-testkit" % "10.2.4" % Test + "com.typesafe.akka" %% "akka-http-testkit" % "10.2.8" % Test ) \ No newline at end of file