From 050539e50c119ace9dfcee8e92c2ae6b0bde8cba Mon Sep 17 00:00:00 2001 From: Jan Ypma Date: Wed, 29 Mar 2017 09:27:30 +0200 Subject: [PATCH] Bump 0.0.23 --- README.md | 2 +- build.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 718171ca..bd02e444 100644 --- a/README.md +++ b/README.md @@ -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, diff --git a/build.sbt b/build.sbt index a5326260..900a2c07 100644 --- a/build.sbt +++ b/build.sbt @@ -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"),