Update circe to v0.13.0

This commit is contained in:
Renovate Bot 2020-09-02 01:42:17 +00:00 committed by renovate[bot]
parent 9f4909b37c
commit 50372a72b2

View file

@ -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