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-http.git


The following commit(s) were added to refs/heads/main by this push:
     new 88a11b041 Update scalatest to 3.2.20 (#996)
88a11b041 is described below

commit 88a11b04173d5fac8ac0a2d8ed9148699b07fa24
Author: Scala Steward <[email protected]>
AuthorDate: Thu Mar 26 19:19:34 2026 +0100

    Update scalatest to 3.2.20 (#996)
    
    * Update scalatest to 3.2.20
    
    * Update Dependencies.scala
    
    ---------
    
    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 c1a9cb5ca..d90129a82 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -29,8 +29,8 @@ object Dependencies {
   val h2specUrl =
     
s"https://github.com/summerwind/h2spec/releases/download/v$h2specVersion/$h2specName.$h2specArtifactExtension";
 
-  val scalaTestVersion = "3.2.19"
-  val scalaCheckVersion = "1.18.0"
+  val scalaTestVersion = "3.2.20"
+  val scalaCheckVersion = "1.19.0"
 
   val scalafixVersion = _root_.scalafix.sbt.BuildInfo.scalafixVersion // grab 
from plugin
 
@@ -88,7 +88,7 @@ object Dependencies {
       val junitIntf = "com.github.sbt" % "junit-interface" % "0.13.3" % "test"
 
       val scalatest = "org.scalatest" %% "scalatest" % scalaTestVersion % 
"test"
-      val scalatestplusScalacheck = "org.scalatestplus" %% "scalacheck-1-18" % 
(scalaTestVersion + ".0") % "test"
+      val scalatestplusScalacheck = "org.scalatestplus" %% "scalacheck-1-19" % 
(scalaTestVersion + ".0") % "test"
       val scalatestplusJUnit = "org.scalatestplus" %% "junit-4-13" % 
(scalaTestVersion + ".0") % "test"
 
       // HTTP/2


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to