Skip to content

Commit

Permalink
Update scalatest to 3.2.19 (#704)
Browse files Browse the repository at this point in the history
* Update scalatest to 3.2.19

* scalaTestMockitoVersion issue

---------

Co-authored-by: scala-steward-asf[bot] <147768647+scala-steward-asf[bot]@users.noreply.github.com>
Co-authored-by: PJ Fanning <pjfanning@users.noreply.github.com>
  • Loading branch information
scala-steward-asf[bot] and pjfanning authored Jun 23, 2024
1 parent c56b194 commit a388b2b
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,7 +33,7 @@ object Dependencies {
val PekkoGrpcBinaryVersion = "1.1"
val PekkoHttpVersion = PekkoHttpDependency.version
val PekkoHttpBinaryVersion = "1.0"
val ScalaTestVersion = "3.2.18"
val ScalaTestVersion = "3.2.19"
val TestContainersScalaTestVersion = "0.41.4"
val mockitoVersion = "4.11.0" // check even https://github.com/scalatest/scalatestplus-mockito/releases
val protobufJavaVersion = "3.25.3"
Expand All @@ -57,7 +57,7 @@ object Dependencies {

val scalaTestScalaCheckArtifact = s"scalacheck-${scalaTestPlusScalaCheckVersion(scalaCheckVersion)}"
val scalaTestScalaCheckVersion = s"$ScalaTestVersion.0"
val scalaTestMockitoVersion = scalaTestScalaCheckVersion
val scalaTestMockitoVersion = "3.2.18.0"

val CouchbaseVersion = "2.7.23"
val Couchbase3Version = "3.6.0"
Expand Down

0 comments on commit a388b2b

Please sign in to comment.