Skip to content

Commit

Permalink
Update scalatest to 3.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward-bot authored and xuwei-k committed Jun 23, 2024
1 parent 1f882f7 commit 02a1265
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ val unfilteredVersion = "0.12.0"
libraryDependencies ++= Seq(
"ws.unfiltered" %% "unfiltered-filter" % unfilteredVersion,
"ws.unfiltered" %% "unfiltered-jetty" % unfilteredVersion,
"org.scalatest" %% "scalatest" % "3.2.18" % "test",
"org.scalatest" %% "scalatest" % "3.2.19" % "test",
"com.typesafe" %% "mima-core" % "1.1.3",
"org.scala-sbt" %% "io" % "1.10.0",
"io.argonaut" %% "argonaut-scalaz" % "6.3.10",
Expand Down

0 comments on commit 02a1265

Please sign in to comment.