We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9315eab commit 31f71abCopy full SHA for 31f71ab
build.sbt
@@ -10,6 +10,7 @@ lazy val postgresqlVersion = "9.4-1201-jdbc41"
10
lazy val commonSettings = Seq(
11
scalaVersion := "2.12.8",
12
crossScalaVersions := Seq("2.11.12", "2.12.8"),
13
+ fork in Test := true,
14
scalacOptions ++= Seq("-deprecation", "-unchecked")
15
)
16
project/plugins.sbt
@@ -3,7 +3,7 @@ resolvers ++= Seq(
3
4
5
addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.2")
6
-addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.7.2")
+addSbtPlugin("com.typesafe.play" % "sbt-plugin" % "2.7.3")
7
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.4.1")
8
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "1.1.2")
9
0 commit comments