Skip to content

Commit

Permalink
Scorex version was set to 1.4.1.
Browse files Browse the repository at this point in the history
Waves version is 0.3.1.
  • Loading branch information
alexeykiselev committed Oct 19, 2016
1 parent b07dc98 commit c5eaa2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.4.1-SNAPSHOT"
val modulesVersion = "1.4.1"

libraryDependencies ++= Seq(
"com.wavesplatform" %% "scorex-basics" % modulesVersion,
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.3.1-SNAPSHOT"
version = "0.3.1"
}
scorex {
fastHash = "scorex.crypto.hash.Blake2b256"
Expand Down

0 comments on commit c5eaa2d

Please sign in to comment.