diff --git a/build.sbt b/build.sbt index 2f0dee49e..837f1a1b2 100644 --- a/build.sbt +++ b/build.sbt @@ -66,7 +66,7 @@ libraryDependencies ++= Seq( "org.testcontainers" % "postgresql" % "1.21.0" % "test", "net.i2p.crypto" % "eddsa" % "0.3.0", "is.tagomor.woothee" % "woothee-java" % "1.11.0", - "org.ec4j.core" % "ec4j-core" % "1.1.0", + "org.ec4j.core" % "ec4j-core" % "1.1.1", "org.kohsuke" % "github-api" % "1.327" % "test" )