From ff89c8805ce4cecbabc05505898984f709344ee6 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 27 Jan 2021 04:03:09 +0100 Subject: [PATCH] Update ec4j-core to 0.3.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 4df623462..19d755897 100644 --- a/build.sbt +++ b/build.sbt @@ -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" )