mirror of
https://github.com/psforever/PSF-LoginServer.git
synced 2026-02-28 11:03:42 +00:00
Merge pull request #651 from psforever/renovate/org.bouncycastle-bcprov-jdk15on-1.x
Update dependency org.bouncycastle:bcprov-jdk15on to v1.68
This commit is contained in:
commit
3229119599
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ lazy val psforeverSettings = Seq(
|
|||
"io.circe" %% "circe-generic" % "0.13.0",
|
||||
"io.circe" %% "circe-parser" % "0.13.0",
|
||||
"org.scala-lang.modules" %% "scala-parallel-collections" % "1.0.0",
|
||||
"org.bouncycastle" % "bcprov-jdk15on" % "1.67"
|
||||
"org.bouncycastle" % "bcprov-jdk15on" % "1.68"
|
||||
),
|
||||
// TODO(chord): remove exclusion when SessionActor is refactored: https://github.com/psforever/PSF-LoginServer/issues/279
|
||||
coverageExcludedPackages := "net\\.psforever\\.actors\\.session\\.SessionActor.*"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue