mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-01-19 18:44:45 +00:00
Update dependency org.codehaus.janino:janino to v3.1.4
This commit is contained in:
parent
262b7d2ec6
commit
97b4ad8f67
|
|
@ -80,7 +80,7 @@ lazy val psforeverSettings = Seq(
|
|||
"io.circe" %% "circe-parser" % "0.13.0",
|
||||
"org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.2",
|
||||
"org.bouncycastle" % "bcprov-jdk15on" % "1.68",
|
||||
"org.codehaus.janino" % "janino" % "3.1.3"
|
||||
"org.codehaus.janino" % "janino" % "3.1.4"
|
||||
),
|
||||
// TODO(chord): remove exclusion when SessionActor is refactored: https://github.com/psforever/PSF-LoginServer/issues/279
|
||||
coverageExcludedPackages := "net\\.psforever\\.actors\\.session\\.SessionActor.*"
|
||||
|
|
|
|||
Loading…
Reference in a new issue