Skip to content

Commit

Permalink
Update scalatest to 3.2.19 (#129)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Jun 24, 2024
1 parent 81a4ed9 commit 89fa962
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Deps.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import sbt._
object Deps {
import Def.{setting => s}

val scalatest = s("org.scalatest" %%% "scalatest" % "3.2.18")
val scalatest = s("org.scalatest" %%% "scalatest" % "3.2.19")

val cats = new {
val core = s("org.typelevel" %%% "cats-core" % "2.12.0")
Expand Down

0 comments on commit 89fa962

Please sign in to comment.