mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-01-20 02:54:46 +00:00
Update circe to v0.13.0
This commit is contained in:
parent
9f4909b37c
commit
50372a72b2
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue