Skip to content

Commit

Permalink
changed scala version to 2.11
Browse files Browse the repository at this point in the history
  • Loading branch information
Mironor committed Jan 25, 2015
1 parent 04ac9fe commit 15a2b8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@ name := "todoJava"

version := "1.0-SNAPSHOT"

scalaVersion := "2.10.0"
scalaVersion := "2.11.1"

lazy val root = (project in file(".")).enablePlugins(PlayJava)

libraryDependencies ++= Seq(
"net.vz.mongodb.jackson" %% "play-mongo-jackson-mapper" % "1.1.0"
"net.vz.mongodb.jackson" % "play-mongo-jackson-mapper_2.10" % "1.1.0"
)

javaOptions in Test += "-Dconfig.file=conf/test.conf"

0 comments on commit 15a2b8c

Please sign in to comment.