mirror of https://github.com/sbt/sbt.git
1.0.2-SNAPSHOT
This commit is contained in:
parent
ddb6a13feb
commit
6fca557dc5
|
|
@ -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 = "1.0.0-SNAPSHOT"
|
def baseVersion = "1.0.2-SNAPSHOT"
|
||||||
def internalPath = file("internal")
|
def internalPath = file("internal")
|
||||||
|
|
||||||
def commonSettings: Seq[Setting[_]] = Seq(
|
def commonSettings: Seq[Setting[_]] = Seq(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue