diff --git a/build.sbt b/build.sbt index af7c10615..7fcbbb1b1 100644 --- a/build.sbt +++ b/build.sbt @@ -53,7 +53,7 @@ lazy val psforeverSettings = Seq( "com.typesafe.akka" %% "akka-http" % "10.2.6", "com.typesafe.scala-logging" %% "scala-logging" % "3.9.4", "org.specs2" %% "specs2-core" % "4.12.12" % "test", - "org.scalatest" %% "scalatest" % "3.2.9" % "test", + "org.scalatest" %% "scalatest" % "3.2.10" % "test", "org.scodec" %% "scodec-core" % "1.11.8", "ch.qos.logback" % "logback-classic" % "1.2.6", "org.log4s" %% "log4s" % "1.10.0",