Skip to content

Commit

Permalink
Update dependency org.scalatest:scalatest to v3.2.13
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Sep 25, 2022
1 parent 02647f0 commit efc155c
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.13"
}

0 comments on commit efc155c

Please sign in to comment.