Skip to content

Commit

Permalink
Merge pull request #168 from t2v/feature/bump_stackable_controller
Browse files Browse the repository at this point in the history
Bumped stackable-controller
  • Loading branch information
gakuzzzz committed Mar 8, 2016
2 parents 2dd6944 + 16e95af commit 80a9458
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions project/Build.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ object ApplicationBuild extends Build {
val playVersion = play.core.PlayVersion.current

lazy val baseSettings = Seq(
version := "0.14.1",
scalaVersion := "2.11.6",
crossScalaVersions := Seq("2.10.5", "2.11.6"),
version := "0.14.2-SNAPSHOT",
scalaVersion := "2.11.7",
crossScalaVersions := Seq("2.10.5", "2.11.7"),
organization := "jp.t2v",
resolvers ++=
Resolver.typesafeRepo("releases") ::
Expand Down Expand Up @@ -58,7 +58,7 @@ object ApplicationBuild extends Build {
baseSettings,
libraryDependencies += "com.typesafe.play" %% "play" % playVersion % "provided",
libraryDependencies += "com.typesafe.play" %% "play-cache" % playVersion % "provided",
libraryDependencies += "jp.t2v" %% "stackable-controller" % "0.5.0",
libraryDependencies += "jp.t2v" %% "stackable-controller" % "0.5.1",
name := appName,
publishMavenStyle := appPublishMavenStyle,
publishArtifact in Test := appPublishArtifactInTest,
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=0.13.8
sbt.version=0.13.11
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ resolvers ++= Seq(
)

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

scalacOptions ++= Seq("-deprecation", "-unchecked", "-language:_")

0 comments on commit 80a9458

Please sign in to comment.