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 e0d3a50 commit 506d488Copy full SHA for 506d488
build.sbt
@@ -1,6 +1,6 @@
1
libraryDependencies ++= Seq(
2
"postgresql" % "postgresql" % "9.1-901-1.jdbc4",
3
- "org.specs2" %% "specs2" % "1.8.2" % "test"
+ "org.specs2" %% "specs2" % "2.3.12" % "test"
4
)
5
6
scalacOptions += "-deprecation"
0 commit comments