Skip to content

Commit

Permalink
Scala 2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
alaz committed Apr 22, 2014
1 parent 31322f3 commit d64e273
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions build.sbt
Expand Up @@ -6,7 +6,9 @@ homepage := Some(url("https://github.com/osinka/subset2"))

startYear := Some(2013)

scalaVersion := "2.10.4"
scalaVersion := "2.11.0"

crossScalaVersions := Seq("2.11.0", "2.10.4")

licenses += "Apache License, Version 2.0" -> url("http://www.apache.org/licenses/LICENSE-2.0")

Expand All @@ -18,7 +20,7 @@ scalacOptions ++= List("-deprecation", "-unchecked", "-feature")

libraryDependencies ++= Seq(
"org.mongodb" % "mongo-java-driver" % "2.12.0",
"org.scalatest" %% "scalatest" % "2.1.0" % "test"
"org.scalatest" %% "scalatest" % "2.1.3" % "test"
)

credentials <+= (version) map { version: String =>
Expand Down

0 comments on commit d64e273

Please sign in to comment.