Skip to content

Commit

Permalink
Bump 0.0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
jypma committed Mar 30, 2017
1 parent 89f5047 commit 050539e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ If you use SBT, you can use this library by adding the following:
resolvers += Resolver.bintrayRepo("jypma", "maven")

libraryDependencies ++= {
val version = "0.0.22"
val version = "0.0.23"
Seq(
"com.tradeshift" % "ts-reaktive-actors" % version,
"com.tradeshift" %% "ts-reaktive-akka" % version,
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import sbtprotobuf.{ProtobufPlugin=>PB}
lazy val projectSettings = PB.protobufSettings ++ Seq(
licenses := Seq(("MIT", url("http://opensource.org/licenses/MIT"))),
organization := "com.tradeshift",
version := "0.0.23-SNAPSHOT",
version := "0.0.23",
scalaVersion := "2.11.8",
publishMavenStyle := true,
javacOptions ++= Seq("-source", "1.8"),
Expand Down

0 comments on commit 050539e

Please sign in to comment.