Skip to content

Commit

Permalink
Release version 0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Vuyyuru, Hari(hvuyyuru) committed May 4, 2017
1 parent 008f657 commit b8b3560
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions samples/bottles/bottlecube/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
val akkaVersion = "2.4.11"
val squbsVersion = "0.9.0-SNAPSHOT"
val akkaVersion = "2.4.16"
val squbsVersion = "0.9.0"
val scalatestV = "3.0.1"

libraryDependencies ++= Seq(
Expand Down
4 changes: 2 additions & 2 deletions samples/bottles/bottlesvc/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
val akkaVersion = "2.4.11"
val squbsVersion = "0.9.0-SNAPSHOT"
val akkaVersion = "2.4.16"
val squbsVersion = "0.9.0"
val scalatestV = "3.0.1"

libraryDependencies ++= Seq(
Expand Down
2 changes: 1 addition & 1 deletion samples/bottles/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ organization in ThisBuild := "org.squbs.bottles"

scalaVersion in ThisBuild := "2.11.8"

version in ThisBuild := "0.9.0-SNAPSHOT"
version in ThisBuild := "0.9.0"

publishArtifact := false

Expand Down
2 changes: 1 addition & 1 deletion samples/pubsub/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name := "pubsub"

organization in ThisBuild := "org.squbs.samples"

version in ThisBuild := "0.9.0-SNAPSHOT"
version in ThisBuild := "0.9.0"

publishArtifact := false

Expand Down
4 changes: 2 additions & 2 deletions samples/pubsub/pubsubsvc/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ findbugsSettings

org.scalastyle.sbt.ScalastylePlugin.Settings

val akkaV = "2.4.11"
val squbsV = "0.9.0-SNAPSHOT"
val akkaV = "2.4.16"
val squbsV = "0.9.0"

dependencyOverrides ++= Set(
"org.slf4j" % "slf4j-api" % "1.7.5",
Expand Down
2 changes: 1 addition & 1 deletion version.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version in ThisBuild := "0.9.0-SNAPSHOT"
version in ThisBuild := "0.9.0"

0 comments on commit b8b3560

Please sign in to comment.