diff --git a/build.sbt b/build.sbt index 7fcbbb1b..2b0272fe 100644 --- a/build.sbt +++ b/build.sbt @@ -78,7 +78,7 @@ lazy val psforeverSettings = Seq( "io.circe" %% "circe-core" % "0.14.1", "io.circe" %% "circe-generic" % "0.14.1", "io.circe" %% "circe-parser" % "0.14.1", - "org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.3", + "org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.4", "org.bouncycastle" % "bcprov-jdk15on" % "1.69" ), // TODO(chord): remove exclusion when SessionActor is refactored: https://github.com/psforever/PSF-LoginServer/issues/279