Skip to content

Commit

Permalink
Update scalatest to 3.2.19 (#568)
Browse files Browse the repository at this point in the history
* 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]>
  • Loading branch information
scala-steward-asf[bot] and pjfanning authored Jun 30, 2024
1 parent b0cc668 commit 2240d2c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2240d2c

Please sign in to comment.