Skip to content

Commit 31f71ab

Browse files
committed
Update playframework to 2.7.3
1 parent 9315eab commit 31f71ab

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

build.sbt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ lazy val postgresqlVersion = "9.4-1201-jdbc41"
1010
lazy val commonSettings = Seq(
1111
scalaVersion := "2.12.8",
1212
crossScalaVersions := Seq("2.11.12", "2.12.8"),
13+
fork in Test := true,
1314
scalacOptions ++= Seq("-deprecation", "-unchecked")
1415
)
1516

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ resolvers ++= Seq(
33
)
44

55
addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.2")
6-
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.7.2")
6+
addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.7.3")
77
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.4.1")
88
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2")
99

0 commit comments

Comments
 (0)