Skip to content
This repository has been archived by the owner on Apr 23, 2019. It is now read-only.

Commit

Permalink
Merge pull request #30 from typesafehub/wip/update-play
Browse files Browse the repository at this point in the history
Updated Play and Scala
  • Loading branch information
corruptmemory committed Sep 1, 2015
2 parents dae24bf + 7f2d137 commit 316cede
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -4,7 +4,7 @@ version := "1.0-SNAPSHOT"

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

scalaVersion := "2.11.6"
scalaVersion := "2.11.7"

// scalaz-bintray resolver needed for specs2 library
resolvers += "scalaz-bintray" at "https://dl.bintray.com/scalaz/releases"
Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
@@ -1,11 +1,11 @@
// Comment to get more information during initialization
logLevel := Level.Warn

// The Typesafe repository
// The Typesafe repository
resolvers += Resolver.typesafeRepo("releases")

// Use the Play sbt plugin for Play projects
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.4.0")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.4.2")

addSbtPlugin("com.typesafe.sbt" % "sbt-less" % "1.1.0")

Expand Down

0 comments on commit 316cede

Please sign in to comment.