Skip to content

Commit

Permalink
Bump specs2 version (closes #131)
Browse files Browse the repository at this point in the history
  • Loading branch information
asoltysik authored and BenFradet committed Sep 28, 2018
1 parent 0c1f67b commit 1328807
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ lazy val root = project.in(file("."))
Dependencies.Libraries.jackson,
Dependencies.Libraries.collUtil,
Dependencies.Libraries.mockito,
Dependencies.Libraries.specs2
Dependencies.Libraries.specs2Core
)
)
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ object Dependencies {
val mockito = "1.9.5"

// Scala (test only)
val specs2 = "2.3.13"
val specs2 = "4.3.4"
}

object Libraries {
Expand All @@ -46,6 +46,6 @@ object Dependencies {
val mockito = "org.mockito" % "mockito-all" % V.mockito % "test"

// Scala (test only)
val specs2 = "org.specs2" %% "specs2" % V.specs2 % "test"
val specs2Core = "org.specs2" %% "specs2-core" % V.specs2 % "test"
}
}

0 comments on commit 1328807

Please sign in to comment.