Skip to content

Commit

Permalink
Release version 0.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Harikiranvuyyuru committed Jul 19, 2017
1 parent 227f9aa commit 677446d
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion samples/bottles/bottlecube/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
val akkaVersion = "2.4.16"
val squbsVersion = "0.9.0"
val squbsVersion = "0.9.1"
val scalatestV = "3.0.1"

libraryDependencies ++= Seq(
Expand Down
2 changes: 1 addition & 1 deletion samples/bottles/bottlesvc/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
val akkaVersion = "2.4.16"
val squbsVersion = "0.9.0"
val squbsVersion = "0.9.1"
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"
version in ThisBuild := "0.9.1"

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"
version in ThisBuild := "0.9.1"

publishArtifact := false

Expand Down
2 changes: 1 addition & 1 deletion samples/pubsub/pubsubsvc/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ findbugsSettings
org.scalastyle.sbt.ScalastylePlugin.Settings

val akkaV = "2.4.16"
val squbsV = "0.9.0"
val squbsV = "0.9.1"

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.1-SNAPSHOT"
version in ThisBuild := "0.9.1"

0 comments on commit 677446d

Please sign in to comment.