diff --git a/build.sbt b/build.sbt index 07d6286..b20ea1e 100644 --- a/build.sbt +++ b/build.sbt @@ -5,7 +5,7 @@ import xerial.sbt.Sonatype._ inThisBuild( Seq( organization := "com.github.mvv.zilog", - version := "0.1-M6", // next is M7 + version := "0.1-M7", // next is M8 homepage := Some(url("https://github.com/mvv/zilog")), scmInfo := Some(ScmInfo(url("https://github.com/mvv/zilog"), "scm:git@github.com:mvv/zilog.git")), licenses := List("Apache-2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")),