Skip to content

Commit

Permalink
Leveldb changed to our fork in order to fix dain/leveldb#78
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanVerbner committed Sep 13, 2017
1 parent 7cb0545 commit efb4e85
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ val commonSettings = Seq(
scalaVersion := "2.12.1"
)

// Temp resolver for LevelDB fork
resolvers += "stepsoft" at "http://nexus.mcsherrylabs.com/repository/releases/"

val dep = {
val akkaVersion = "2.4.17"
val akkaHttpVersion = "10.0.6"
Expand All @@ -24,7 +27,8 @@ val dep = {
"io.suzaku" %% "boopickle" % "1.2.6",
"org.consensusresearch" %% "scrypto" % "1.2.0-RC3",
"com.madgag.spongycastle" % "core" % "1.56.0.0",
"org.iq80.leveldb" % "leveldb" % "0.9",
"org.iq80.leveldb" % "leveldb" % "0.11",
"org.iq80.leveldb" % "leveldb-api" % "0.11",
"org.scorexfoundation" %% "iodb" % "0.3.0",
"ch.qos.logback" % "logback-classic" % "1.1.9",
"org.scalatest" %% "scalatest" % "3.0.1" % "it,test",
Expand Down

0 comments on commit efb4e85

Please sign in to comment.