Skip to content

Commit

Permalink
Fixed scope of the mockup dependency
Browse files Browse the repository at this point in the history
- bumped test dependencies
  • Loading branch information
KarelCemus committed Apr 27, 2018
1 parent 30e88a0 commit 832b6de
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@

## Changelog

### [:link: 2.1.1](https://github.com/KarelCemus/play-redis/tree/2.1.1)

Scope of the Mockito dependency is set to Test, was Compile [#168](https://github.com/KarelCemus/play-redis/issues/168).

### [:link: 2.1.0](https://github.com/KarelCemus/play-redis/tree/2.1.0)

Published snapshots no longer depends on scoverage runtime [#143](https://github.com/KarelCemus/play-redis/issues/143).
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ val playVersion = "2.6.13"

val connectorVersion = "1.8.3"

val specs2Version = "4.0.3"
val specs2Version = "4.1.0"

libraryDependencies ++= Seq(
// play framework cache API
Expand All @@ -31,7 +31,7 @@ libraryDependencies ++= Seq(
// test module for play framework
"com.typesafe.play" %% "play-specs2" % playVersion % Test,
// mockito framework
"org.mockito" % "mockito-core" % "2.18.0"
"org.mockito" % "mockito-core" % "2.18.3" % Test
)

resolvers ++= Seq(
Expand Down

0 comments on commit 832b6de

Please sign in to comment.