Skip to content

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
gagarin55 committed Aug 16, 2016
1 parent 482e4f1 commit e9da399
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 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.3-SNAPSHOT"
val modulesVersion = "1.3.3"

libraryDependencies ++= Seq(
"com.wavesplatform" %% "scorex-basics" % modulesVersion,
Expand Down
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.3-SNAPSHOT",
"com.wavesplatform" % "scorex-consensus_2.11" % "1.3.3-SNAPSHOT",
"com.wavesplatform" % "scorex-transaction_2.11" % "1.3.3-SNAPSHOT",
"com.wavesplatform" % "scorex-basics_2.11" % "1.3.3",
"com.wavesplatform" % "scorex-consensus_2.11" % "1.3.3",
"com.wavesplatform" % "scorex-transaction_2.11" % "1.3.3",
"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 42bfc2a0e597bea9b182cc3d6108791c8e6d2229
// LIBRARY_DEPENDENCIES_HASH f814a1c976c4dd9ea4ec1d0b0af6c45c52db6688
2 changes: 1 addition & 1 deletion release-notes.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
**0.2.2-SNAPSHOT**
**0.2.2**

* Switch network by "testnet" in settings. Default value is true."
* /scorex/* HTTP API deprecated. Use /node/* instead.
Expand Down
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.2-SNAPSHOT"
version = "0.2.2"
}
scorex {
fastHash = "scorex.crypto.hash.Blake2b256"
Expand Down

0 comments on commit e9da399

Please sign in to comment.