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 committed Jun 24, 2024
1 parent 5e28acb commit d42adcc
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 @@ -13,6 +13,6 @@ object Deps {
def rhino = "org.mozilla" % "rhino" % "1.7.15"
def scalajsDom = setting("org.scala-js" %%% "scalajs-dom" % "2.8.0")
def scalatags = setting("com.lihaoyi" %%% "scalatags" % "0.13.1")
def scalaTest = "org.scalatest" %% "scalatest" % "3.2.18"
def scalaTest = "org.scalatest" %% "scalatest" % "3.2.19"

}

0 comments on commit d42adcc

Please sign in to comment.