10000 Change specs2 dependency to specs2 core only · keevol/postgresql-async@3408711 · GitHub
[go: up one dir, main page]

Skip to content

Commit 3408711

Browse files
committed
Change specs2 dependency to specs2 core only
1 parent d42a303 commit 3408711

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

project/Build.scala

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,9 @@ object Configuration {
5151

5252
val commonVersion = "0.2.19-SNAPSHOT"
5353
val projectScalaVersion = "2.11.7"
54+
val specs2Version = "2.5"
5455

55-
val specs2Dependency = "org.specs2" %% "specs2" % "2.5" % "test"
56+
val specs2Dependency = "org.specs2" %% "specs2-core" % specs2Version % "test"
5657
val logbackDependency = "ch.qos.logback" % "logback-classic" % "1.1.6" % "test"
5758

5859
val commonDependencies = Seq(

0 commit comments

Comments
 (0)
0