Skip to content

Commit

Permalink
Update scalatest-funspec, ... to 3.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-ojisan[bot] authored and xuwei-k committed Jun 23, 2024
1 parent 9ffe04f commit 196d68d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ organization := "com.github.tototoshi"

libraryDependencies ++= {
Seq(
"org.scalatest" %% "scalatest-funspec" % "3.2.18" % Test,
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.18" % Test,
"org.scalatest" %% "scalatest-funspec" % "3.2.19" % Test,
"org.scalatest" %% "scalatest-shouldmatchers" % "3.2.19" % Test,
if (scalaVersion.value.startsWith("2.")) "org.scalacheck" %% "scalacheck" % "1.14.3" % Test
else "org.scalacheck" %% "scalacheck" % "1.18.0" % Test
)
Expand Down

0 comments on commit 196d68d

Please sign in to comment.