Skip to content

Commit 506d488

Browse files
unknownunknown
unknown
authored and
unknown
committed
Updated for supporting scala-2.10 and using specs2_2.10-2.3.12
1 parent e0d3a50 commit 506d488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
libraryDependencies ++= Seq(
22
"postgresql" % "postgresql" % "9.1-901-1.jdbc4",
3-
"org.specs2" %% "specs2" % "1.8.2" % "test"
3+
"org.specs2" %% "specs2" % "2.3.12" % "test"
44
)
55

66
scalacOptions += "-deprecation"

0 commit comments

Comments
 (0)