mirror of https://github.com/sbt/sbt.git
bump version
This commit is contained in:
parent
ecf3dd3ae8
commit
122c738913
|
|
@ -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 = "1.0.0-M21"
|
def baseVersion: String = "1.0.0-M24"
|
||||||
def internalPath = file("internal")
|
def internalPath = file("internal")
|
||||||
|
|
||||||
def commonSettings: Seq[Setting[_]] = Seq(
|
def commonSettings: Seq[Setting[_]] = Seq(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue