diff --git a/build.sbt b/build.sbt index a088d5e5..b199564c 100644 --- a/build.sbt +++ b/build.sbt @@ -78,7 +78,7 @@ lazy val psforeverSettings = Seq( "io.circe" %% "circe-core" % "0.13.0", "io.circe" %% "circe-generic" % "0.13.0", "io.circe" %% "circe-parser" % "0.13.0", - "org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.1", + "org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.2", "org.bouncycastle" % "bcprov-jdk15on" % "1.68", "org.codehaus.janino" % "janino" % "3.1.3" ),