diff --git a/README.md b/README.md index 85583bd..f5a3fb9 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Both the ScalaBuff generator and the generated Scala classes depend on Google's If you want to utilize ScalaBuff to generate your Scala classes from .proto sources, you'll need to either [download the source](https://github.com/SandroGrzicic/ScalaBuff/archive/master.zip) or download the packaged JAR for your Scala version from the Sonatype OSS repository. If you download the sources, you can easily run it from SBT. If you just want to use ScalaBuff-generated classes in your SBT-managed project, here's the dependency to add (located on the Sonatype OSS repository): `"net.sandrogrzicic" %% "scalabuff-runtime" % "[desired_version]"` -The latest release is **1.3.6** with support for Scala 2.9.3, 2.10 and 2.11.0-M3. +The latest release is **1.3.7** with support for Scala 2.9.3, 2.10 and 2.11.0-M7. If you'd like to use SBT with ScalaBuff to auto-generate Scala protobuf classes from .proto sources, try the [sbt-scalabuff project](https://github.com/sbt/sbt-scalabuff). diff --git a/project/ScalaBuffBuild.scala b/project/ScalaBuffBuild.scala index 0c412c2..5725afc 100644 --- a/project/ScalaBuffBuild.scala +++ b/project/ScalaBuffBuild.scala @@ -22,7 +22,7 @@ object ScalaBuffBuild extends Build { lazy val buildSettings = Seq( name := "ScalaBuff", organization := "net.sandrogrzicic", - version := "1.3.7", + version := "1.3.8-SNAPSHOT", scalaVersion := "2.10.3", //scalaVersion := "2.11.0-M7", //scalaBinaryVersion := "2.11.0-M7",