Skip to content

Commit

Permalink
Upgraded to Play 2.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
mechkg committed Sep 29, 2017
1 parent df3fde7 commit 3d32549
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ApiPlayServer/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ libraryDependencies ++= Seq(
"com.twilio.sdk" % "twilio" % "7.7.0",
"com.amazonaws" % "aws-java-sdk" % "1.11.155",
"org.apache.shiro" % "shiro-core" % "1.2.3", // for v1.0 authentication support
"com.typesafe.play" %% "play-integration-test" % "2.6.3" % "test"
"com.typesafe.play" %% "play-integration-test" % "2.6.5" % "test"
)

// These are the default Java settings that go into conf/application.ini and are read by the start up
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ limitations under the License.
*/

lazy val commonSettings = Seq(
version := "3.0.0-SNAPSHOT",
version := "3.4.1-SNAPSHOT",
scalaVersion := "2.12.3",
publishArtifact in(Compile, packageDoc) := false,
scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature")
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ See the License for the specific language governing permissions and
limitations under the License.
*/

addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.3")
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.6.5")

addSbtPlugin("com.lihaoyi" % "scalatex-sbt-plugin" % "0.3.7")

Expand Down

0 comments on commit 3d32549

Please sign in to comment.