diff --git a/build.sbt b/build.sbt index 5fa9f46..5bacbd6 100644 --- a/build.sbt +++ b/build.sbt @@ -23,7 +23,7 @@ lazy val core = project "com.lightbend.akka" %% "akka-stream-alpakka-json-streaming" % "3.0.4", "io.circe" %% "circe-generic" % Circe, "io.circe" %% "circe-generic-extras" % Circe, - "org.scalatest" %% "scalatest" % "3.2.12" % "test", + "org.scalatest" %% "scalatest" % "3.2.13" % "test", "com.typesafe.akka" %% "akka-testkit" % Akka % "test" ) },