Skip to content

Commit

Permalink
Merge pull request #2183 from ergoplatform/jni-dep
Browse files Browse the repository at this point in the history
Fix for ("org.ethereum" % "leveldbjni-all") dependency
  • Loading branch information
kushti authored Aug 30, 2024
2 parents 4503d8a + 5282922 commit 0850e07
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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/")),
Expand Down

0 comments on commit 0850e07

Please sign in to comment.