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.git
The following commit(s) were added to refs/heads/main by this push:
new a423e9fd01 Update scalatest to 3.2.19 (#1379)
a423e9fd01 is described below
commit a423e9fd015f483673dcfff0407ac2f651420c92
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Jun 30 08:36:53 2024 +0100
Update scalatest to 3.2.19 (#1379)
* Update scalatest to 3.2.19
* scalacheck 1.18
---------
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 | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index d2812ad0e7..4f3008cde5 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -50,9 +50,9 @@ object Dependencies {
val sslConfigVersion = "0.6.1"
- val scalaTestVersion = "3.2.18"
- val scalaTestScalaCheckVersion = "1-17"
- val scalaCheckVersion = "1.17.0"
+ val scalaTestVersion = "3.2.19"
+ val scalaTestScalaCheckVersion = "1-18"
+ val scalaCheckVersion = "1.18.0"
val Versions =
Seq(crossScalaVersions := allScalaVersions, scalaVersion :=
allScalaVersions.head,
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]