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 2240d2c4c Update scalatest to 3.2.19 (#568)
2240d2c4c is described below

commit 2240d2c4c974986ec28ebfa59af8d44b54cdd422
Author: scala-steward-asf[bot] 
<147768647+scala-steward-asf[bot]@users.noreply.github.com>
AuthorDate: Sun Jun 30 08:39:06 2024 +0100

    Update scalatest to 3.2.19 (#568)
    
    * 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 a504bc8ed..efbee7555 100644
--- a/project/Dependencies.scala
+++ b/project/Dependencies.scala
@@ -28,8 +28,8 @@ object Dependencies {
   val h2specUrl =
     
s"https://github.com/summerwind/h2spec/releases/download/v$h2specVersion/$h2specName.$h2specArtifactExtension";
 
-  val scalaTestVersion = "3.2.18"
-  val scalaCheckVersion = "1.17.0"
+  val scalaTestVersion = "3.2.19"
+  val scalaCheckVersion = "1.18.0"
 
   val scalafixVersion = _root_.scalafix.sbt.BuildInfo.scalafixVersion // grab 
from plugin
 
@@ -85,7 +85,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-17" % 
(scalaTestVersion + ".0") % "test"
+      val scalatestplusScalacheck = "org.scalatestplus" %% "scalacheck-1-18" % 
(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