Skip to content

Commit

Permalink
Update scalatest to 3.2.19 (#1379)
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 3f4d52e commit a423e9f
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 @@ -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,
Expand Down

0 comments on commit a423e9f

Please sign in to comment.