diff --git a/build.sbt b/build.sbt index 1c969e76c..75d79705c 100644 --- a/build.sbt +++ b/build.sbt @@ -73,9 +73,9 @@ lazy val psforeverSettings = Seq( "commons-io" % "commons-io" % "2.7", "com.github.scopt" %% "scopt" % "4.0.0-RC2", "io.sentry" % "sentry-logback" % "1.7.30", - "io.circe" %% "circe-core" % "0.12.3", - "io.circe" %% "circe-generic" % "0.12.3", - "io.circe" %% "circe-parser" % "0.12.3", + "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" % "0.2.0" ), // TODO(chord): remove exclusion when SessionActor is refactored: https://github.com/psforever/PSF-LoginServer/issues/279