Skip to content

Commit

Permalink
Update dependency org.scalatest:scalatest to v3.2.18
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Jun 4, 2024
1 parent 9a4af5c commit bc40a85
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
@@ -1,5 +1,5 @@
import sbt._

object Dependencies {
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.1.2"
lazy val scalaTest = "org.scalatest" %% "scalatest" % "3.2.18"
}

0 comments on commit bc40a85

Please sign in to comment.