mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-07-13 15:34:42 +00:00
Update circe to v0.13.0
This commit is contained in:
parent
9f4909b37c
commit
50372a72b2
1 changed files with 3 additions and 3 deletions
|
|
@ -73,9 +73,9 @@ lazy val psforeverSettings = Seq(
|
||||||
"commons-io" % "commons-io" % "2.7",
|
"commons-io" % "commons-io" % "2.7",
|
||||||
"com.github.scopt" %% "scopt" % "4.0.0-RC2",
|
"com.github.scopt" %% "scopt" % "4.0.0-RC2",
|
||||||
"io.sentry" % "sentry-logback" % "1.7.30",
|
"io.sentry" % "sentry-logback" % "1.7.30",
|
||||||
"io.circe" %% "circe-core" % "0.12.3",
|
"io.circe" %% "circe-core" % "0.13.0",
|
||||||
"io.circe" %% "circe-generic" % "0.12.3",
|
"io.circe" %% "circe-generic" % "0.13.0",
|
||||||
"io.circe" %% "circe-parser" % "0.12.3",
|
"io.circe" %% "circe-parser" % "0.13.0",
|
||||||
"org.scala-lang.modules" %% "scala-parallel-collections" % "0.2.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
|
// TODO(chord): remove exclusion when SessionActor is refactored: https://github.com/psforever/PSF-LoginServer/issues/279
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue