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-persistence-r2dbc.git
The following commit(s) were added to refs/heads/main by this push:
new 2ca9e32 Update scalatest to 3.2.18 (#114)
2ca9e32 is described below
commit 2ca9e320f7d3682490b7ec927896438c21af2ded
Author: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sat Apr 6 17:19:11 2024 +0200
Update scalatest to 3.2.18 (#114)
Co-authored-by: scala-steward-asf[bot]
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
---
project/Dependencies.scala | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/project/Dependencies.scala b/project/Dependencies.scala
index a6216df..b81fdd6 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -55,8 +55,8 @@ object Dependencies {
val postgresql = "org.postgresql" % "postgresql" % "42.3.10" % Test
val logback = "ch.qos.logback" % "logback-classic" % "1.3.14" % Test
- val scalaTest = "org.scalatest" %% "scalatest" % "3.2.14" % Test
- val junit = "junit" % "junit" % "4.12" % Test
+ val scalaTest = "org.scalatest" %% "scalatest" % "3.2.18" % Test
+ val junit = "junit" % "junit" % "4.13.2" % Test
val junitInterface = "com.novocode" % "junit-interface" % "0.11" % Test
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]