Skip to content

Commit

Permalink
bump: update scalatest to 3.2.19, scalacheck to 1.18.0 (#4429)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastian-alfers authored Sep 24, 2024
1 parent b7224af commit ccc8607
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 @@ -19,9 +19,9 @@ object Dependencies {
val h2specExe = "h2spec" + DependencyHelpers.exeIfWindows
val h2specUrl = s"https://github.com/summerwind/h2spec/releases/download/v${h2specVersion}/${h2specName}.zip"

val scalaTestVersion = "3.2.12"
val scalaTestVersion = "3.2.19"
val specs2Version = "4.10.6"
val scalaCheckVersion = "1.15.4"
val scalaCheckVersion = "1.18.1"

val scalafixVersion = _root_.scalafix.sbt.BuildInfo.scalafixVersion // grab from plugin

Expand Down Expand Up @@ -82,7 +82,7 @@ object Dependencies {
val junitIntf = "com.github.sbt" % "junit-interface" % "0.13.3" % "test" // MIT

val scalatest = "org.scalatest" %% "scalatest" % scalaTestVersion % "test" // ApacheV2
val scalatestplusScalacheck = "org.scalatestplus" %% "scalacheck-1-16" % (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 ccc8607

Please sign in to comment.