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"),