mirror of
https://github.com/2revoemag/PSF-BotServer.git
synced 2026-01-19 18:14:44 +00:00
Update circe to v0.14.1
This commit is contained in:
parent
195b2aaf3f
commit
dded18dfac
|
|
@ -75,9 +75,9 @@ lazy val psforeverSettings = Seq(
|
|||
"commons-io" % "commons-io" % "2.9.0",
|
||||
"com.github.scopt" %% "scopt" % "4.0.1",
|
||||
"io.sentry" % "sentry-logback" % "4.3.0",
|
||||
"io.circe" %% "circe-core" % "0.14.0",
|
||||
"io.circe" %% "circe-generic" % "0.14.0",
|
||||
"io.circe" %% "circe-parser" % "0.14.0",
|
||||
"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.bouncycastle" % "bcprov-jdk15on" % "1.68",
|
||||
"org.codehaus.janino" % "janino" % "3.1.4"
|
||||
|
|
|
|||
Loading…
Reference in a new issue