Skip to content

Commit

Permalink
Update Dependencies.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning committed Oct 7, 2023
1 parent c1dd687 commit 678de1d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ object Dependencies {
val PekkoHttpBinaryVersion = "current"
val ScalaTestVersion = "3.2.17"
val TestContainersScalaTestVersion = "0.40.14"
val mockitoVersion = "4.2.0" // check even https://github.com/scalatest/scalatestplus-mockito/releases
val mockitoVersion = "4.11.0" // check even https://github.com/scalatest/scalatestplus-mockito/releases
val protobufJavaVersion = "3.21.12"
val hoverflyVersion = "0.14.1"
val scalaCheckVersion = "1.16.0"
val scalaCheckVersion = "1.17.0"

/**
* Calculates the scalatest version in a format that is used for `org.scalatestplus` scalacheck artifacts
Expand Down

0 comments on commit 678de1d

Please sign in to comment.