mirror of https://github.com/sbt/sbt.git
bumping up to 0.1.0-M8
This commit is contained in:
parent
5dc798c165
commit
ee7e2889dc
|
|
@ -1,7 +1,7 @@
|
||||||
import Dependencies._
|
import Dependencies._
|
||||||
import Util._
|
import Util._
|
||||||
|
|
||||||
def baseVersion: String = "0.1.0-M6"
|
def baseVersion: String = "0.1.0-M8"
|
||||||
def internalPath = file("internal")
|
def internalPath = file("internal")
|
||||||
|
|
||||||
def commonSettings: Seq[Setting[_]] = Seq(
|
def commonSettings: Seq[Setting[_]] = Seq(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue