From 50e899bf8359eaca424eadb11919ab6a79e348fb Mon Sep 17 00:00:00 2001 From: Scala Steward <43047562+scala-steward@users.noreply.github.com> Date: Wed, 27 Jan 2021 03:02:56 +0100 Subject: [PATCH] Update ec4j-core to 0.0.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index cd2ca35a0..16defebc5 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.3", + "org.ec4j.core" % "ec4j-core" % "0.0.4", "org.kohsuke" % "github-api" % "1.122" % "test" )