Skip to content
This repository has been archived by the owner on Sep 29, 2023. It is now read-only.

Commit

Permalink
Merge pull request #17 from raychenon/bumpVersions
Browse files Browse the repository at this point in the history
update Scala and Play versions
  • Loading branch information
raychenon authored Nov 18, 2016
2 parents d216334 + ff4a823 commit b42dcbb
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ import scalariform.formatter.preferences._

val commonSettings = Seq(
organization := "org.zalando",
version := "0.2",
scalaVersion := "2.11.7",
version := "0.2.1",
scalaVersion := "2.11.8",
scalacOptions := Seq("-unchecked", "-deprecation", "-encoding", "utf8"),
publishTo := {
val nexus = "https://oss.sonatype.org/"
Expand All @@ -24,7 +24,7 @@ val commonSettings = Seq(
)
)

val playFrameworkVersion = "2.5.1"
val playFrameworkVersion = "2.5.9"

lazy val testDependencies =
Seq(
Expand All @@ -45,7 +45,7 @@ lazy val playDependencies =
lazy val root = (project in file("."))
.settings(commonSettings: _*)
.settings(name := "play-Zhewbacca")
.settings(version := "0.1.0")
.settings(version := "0.2.1")
.settings(libraryDependencies ++= (testDependencies ++ playDependencies))
.settings(parallelExecution in Test := false)

Expand Down

0 comments on commit b42dcbb

Please sign in to comment.