Skip to content

Commit

Permalink
Scorex version was updated to 1.3.5.
Browse files Browse the repository at this point in the history
Waves version was set to 0.2.4.
  • Loading branch information
alexeykiselev committed Sep 7, 2016
1 parent 6035643 commit 139c58f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ scalaVersion := "2.11.8"

resolvers += "SonaType" at "https://oss.sonatype.org/content/groups/public"

val modulesVersion = "1.3.5-SNAPSHOT"
val modulesVersion = "1.3.5"

libraryDependencies ++= Seq(
"com.wavesplatform" %% "scorex-basics" % modulesVersion,
Expand Down Expand Up @@ -41,4 +41,4 @@ assemblyMergeStrategy in assembly := {
case x =>
val oldStrategy = (assemblyMergeStrategy in assembly).value
oldStrategy(x)
}
}
8 changes: 4 additions & 4 deletions lock.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,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.3.5-SNAPSHOT",
"com.wavesplatform" % "scorex-consensus_2.11" % "1.3.5-SNAPSHOT",
"com.wavesplatform" % "scorex-transaction_2.11" % "1.3.5-SNAPSHOT",
"com.wavesplatform" % "scorex-basics_2.11" % "1.3.5",
"com.wavesplatform" % "scorex-consensus_2.11" % "1.3.5",
"com.wavesplatform" % "scorex-transaction_2.11" % "1.3.5",
"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 @@ -79,4 +79,4 @@ dependencyOverrides in ThisBuild ++= Set(
"org.whispersystems" % "curve25519-java" % "0.2.4",
"org.yaml" % "snakeyaml" % "1.12"
)
// LIBRARY_DEPENDENCIES_HASH 82d5a53af12aeca724cd9499ed46b52c713e4c6a
// LIBRARY_DEPENDENCIES_HASH b5f3f16e55555056fdce27ac146f8b8ab31e591e
4 changes: 2 additions & 2 deletions src/main/resources/application.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
app {
product = "Waves"
release = "Release0"
version = "0.2.4-SNAPSHOT"
version = "0.2.4"
}
scorex {
fastHash = "scorex.crypto.hash.Blake2b256"
Expand All @@ -13,4 +13,4 @@ akka.http {
max-method-length = 64
}
}
}
}

0 comments on commit 139c58f

Please sign in to comment.