Remove redundant version setting

This commit is contained in:
Alexandre Archambault 2015-06-26 13:42:18 +02:00
parent 9089c87c8c
commit e5df5f6a1b
1 changed files with 0 additions and 1 deletions

View File

@ -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"