Update ec4j-core to 0.0.4

This commit is contained in:
Scala Steward
2021-01-27 03:02:56 +01:00
committed by GitHub
parent 5ddd6234e3
commit 50e899bf83

View File

@@ -70,7 +70,7 @@ libraryDependencies ++= Seq(
"org.testcontainers" % "postgresql" % "1.15.1" % "test",
"net.i2p.crypto" % "eddsa" % "0.3.0",
"is.tagomor.woothee" % "woothee-java" % "1.11.0",
"org.ec4j.core" % "ec4j-core" % "0.0.3",
"org.ec4j.core" % "ec4j-core" % "0.0.4",
"org.kohsuke" % "github-api" % "1.122" % "test"
)