This is an automated email from the ASF dual-hosted git repository.
fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/pekko-connectors.git
The following commit(s) were added to refs/heads/main by this push:
new a388b2b5f Update scalatest to 3.2.19 (#704)
a388b2b5f is described below
commit a388b2b5f93aae70d5803419823cab99dbed442d
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Jun 23 19:33:05 2024 +0100
Update scalatest to 3.2.19 (#704)
* 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 <[email protected]>
---
project/Dependencies.scala | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index c8249c7eb..7045b8ddc 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -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"
@@ -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"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]