diff --git a/build.sbt b/build.sbt index 2f3d41d..f3a3f98 100644 --- a/build.sbt +++ b/build.sbt @@ -22,7 +22,7 @@ lazy val core = project "com.lightbend.akka" %% "akka-stream-alpakka-json-streaming" % "3.0.4", "io.circe" %% "circe-generic" % "0.14.8", "io.circe" %% "circe-generic-extras" % "0.14.3", - "org.scalatest" %% "scalatest" % "3.2.18" % "test", + "org.scalatest" %% "scalatest" % "3.2.19" % "test", "com.typesafe.akka" %% "akka-testkit" % Akka % "test" ) },