mirror of https://github.com/sbt/sbt.git
0.1.0-M11
This commit is contained in:
parent
0da2f30ee8
commit
5a60c0eea7
|
|
@ -2,7 +2,7 @@ import Dependencies._
|
||||||
import Util._
|
import Util._
|
||||||
import com.typesafe.tools.mima.core._, ProblemFilters._
|
import com.typesafe.tools.mima.core._, ProblemFilters._
|
||||||
|
|
||||||
def baseVersion: String = "0.1.0-M10"
|
def baseVersion: String = "0.1.0-M11"
|
||||||
def internalPath = file("internal")
|
def internalPath = file("internal")
|
||||||
|
|
||||||
def commonSettings: Seq[Setting[_]] = Seq(
|
def commonSettings: Seq[Setting[_]] = Seq(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue