Update ec4j-core to 0.3.0

This commit is contained in:
Scala Steward
2021-01-27 04:03:09 +01:00
committed by kenji yoshida
parent 95d98c525b
commit ff89c8805c

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.4",
"org.ec4j.core" % "ec4j-core" % "0.3.0",
"org.kohsuke" % "github-api" % "1.122" % "test"
)