Skip to content

Commit

Permalink
SBT lock file was updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeykiselev committed Oct 19, 2016
1 parent c5eaa2d commit e6bbdcd
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions lock.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ dependencyOverrides in ThisBuild ++= Set(
"com.typesafe.play" % "play-functional_2.11" % "2.4.8",
"com.typesafe.play" % "play-iteratees_2.11" % "2.4.8",
"com.typesafe.play" % "play-json_2.11" % "2.4.8",
"com.wavesplatform" % "scorex-basics_2.11" % "1.4.1-SNAPSHOT",
"com.wavesplatform" % "scorex-consensus_2.11" % "1.4.1-SNAPSHOT",
"com.wavesplatform" % "scorex-transaction_2.11" % "1.4.1-SNAPSHOT",
"com.wavesplatform" % "scorex-basics_2.11" % "1.4.1",
"com.wavesplatform" % "scorex-consensus_2.11" % "1.4.1",
"com.wavesplatform" % "scorex-transaction_2.11" % "1.4.1",
"commons-net" % "commons-net" % "3.5",
"io.netty" % "netty" % "3.10.0.Final",
"io.spray" % "spray-json_2.11" % "1.3.2",
Expand Down Expand Up @@ -80,4 +80,4 @@ dependencyOverrides in ThisBuild ++= Set(
"org.whispersystems" % "curve25519-java" % "0.2.4",
"org.yaml" % "snakeyaml" % "1.12"
)
// LIBRARY_DEPENDENCIES_HASH 13c97eee6efe04fbbaacb70ebf62e2017e6143b5
// LIBRARY_DEPENDENCIES_HASH 9cb0b28d11c9cee74408c3013729cd5d42d9bd95

0 comments on commit e6bbdcd

Please sign in to comment.