From 5282922634d3abf76773679c663dd55b07f6570f Mon Sep 17 00:00:00 2001 From: Alexander Chepurnoy Date: Thu, 29 Aug 2024 15:37:11 +0300 Subject: [PATCH] gitlab based repo for leveldbjni-all dependency --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ecda37a558..123c2cfc12 100644 --- a/build.sbt +++ b/build.sbt @@ -18,8 +18,8 @@ lazy val commonSettings = Seq( // without the tag version resolves to [branch name]-[git commit hash]-SNAPSHOT // don't set the version manually resolvers ++= Seq("Sonatype Releases" at "https://oss.sonatype.org/content/repositories/releases/", - "Bintray" at "https://jcenter.bintray.com/", //for org.ethereum % leveldbjni-all "SonaType" at "https://oss.sonatype.org/content/groups/public", + "Repo for leveldbjni-all" at "https://gitlab.com/api/v4/projects/61211221/packages/maven", "Typesafe maven releases" at "https://dl.bintray.com/typesafe/maven-releases/", "Sonatype Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots/"), homepage := Some(url("http://ergoplatform.org/")),