mirror of https://github.com/sbt/sbt.git
Remove redundant version setting
This commit is contained in:
parent
9089c87c8c
commit
e5df5f6a1b
|
|
@ -57,7 +57,6 @@ object CoursierBuild extends Build {
|
|||
|
||||
lazy val commonSettings = Seq[Setting[_]](
|
||||
organization := "com.github.alexarchambault",
|
||||
version := "0.1.0-SNAPSHOT",
|
||||
scalaVersion := "2.11.6",
|
||||
crossScalaVersions := Seq("2.10.5", "2.11.6"),
|
||||
resolvers += "Scalaz Bintray Repo" at "http://dl.bintray.com/scalaz/releases"
|
||||
|
|
|
|||
Loading…
Reference in New Issue