Skip to content

Commit

Permalink
Version 0.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeykiselev committed Oct 5, 2016
1 parent 62da99b commit 95f654c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion 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.8-SNAPSHOT"
val modulesVersion = "1.4.0"

libraryDependencies ++= Seq(
"com.wavesplatform" %% "scorex-basics" % modulesVersion,
Expand Down
12 changes: 6 additions & 6 deletions lock.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,14 @@ 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.8-SNAPSHOT",
"com.wavesplatform" % "scorex-consensus_2.11" % "1.3.8-SNAPSHOT",
"com.wavesplatform" % "scorex-transaction_2.11" % "1.3.8-SNAPSHOT",
"com.wavesplatform" % "scorex-basics_2.11" % "1.4.0",
"com.wavesplatform" % "scorex-consensus_2.11" % "1.4.0",
"com.wavesplatform" % "scorex-transaction_2.11" % "1.4.0",
"commons-net" % "commons-net" % "3.5",
"io.netty" % "netty" % "3.10.0.Final",
"io.spray" % "spray-json_2.11" % "1.3.2",
"io.spray" % "spray-testkit_2.11" % "1.3.3",
"io.spray" % "spray-util_2.11" % "1.3.3",
"io.spray" % "spray-testkit_2.11" % "1.3.4",
"io.spray" % "spray-util_2.11" % "1.3.4",
"io.swagger" % "swagger-annotations" % "1.5.10",
"io.swagger" % "swagger-core" % "1.5.10",
"io.swagger" % "swagger-jaxrs" % "1.5.10",
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 fb7b54ee2388df85472b7e659b73be36edc96e09
// LIBRARY_DEPENDENCIES_HASH 0331063585513aab896f658987b2bbed03192bc0
2 changes: 1 addition & 1 deletion 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.7-SNAPSHOT"
version = "0.3.0"
}
scorex {
fastHash = "scorex.crypto.hash.Blake2b256"
Expand Down

0 comments on commit 95f654c

Please sign in to comment.