Skip to content

Commit

Permalink
Update scalatest to 3.2.19 (#284)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Oct 9, 2024
1 parent 8ccd603 commit 83de64c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import sbt._

object Dependencies {

val scalatest = "org.scalatest" %% "scalatest" % "3.2.16"
val scalatest = "org.scalatest" %% "scalatest" % "3.2.19"
val `slf4j-api` = "org.slf4j" % "slf4j-api" % "2.0.5"

object Logback {
Expand Down

0 comments on commit 83de64c

Please sign in to comment.