Skip to content

Commit

Permalink
Merge pull request leanovate#44 from leanovate/update_dep
Browse files Browse the repository at this point in the history
update dependencies
  • Loading branch information
yanns authored Nov 17, 2018
2 parents b89b9d6 + 4577cb0 commit 3c1b621
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ scalacOptions ++= Seq("-deprecation", "-feature")

organization := "de.leanovate.play-mockws"

val playVersion = "2.6.15"
val playVersion = "2.6.20"

fork := true

Expand All @@ -23,8 +23,8 @@ libraryDependencies ++= Seq(

libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "3.0.5",
"org.scalacheck" %% "scalacheck" % "1.13.5",
"org.mockito" % "mockito-core" % "2.19.0"
"org.scalacheck" %% "scalacheck" % "1.14.0",
"org.mockito" % "mockito-core" % "2.23.0"
) map (_ % Test)

Release.settings

0 comments on commit 3c1b621

Please sign in to comment.