Skip to content

Commit

Permalink
chore(deps): update dependency org.scalatest:scalatest to v3.2.19
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-rancher[bot] authored and xingzhang-suse committed Feb 5, 2025
1 parent 724f111 commit c299abb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/ExternalDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,6 @@ object ExternalDependencies {
private val ioSpray: String = "io.spray"
val sprayJson = ioSpray %% "spray-json" % "1.3.6" exclude ("org.scala-lang", "scala-library")

val scalaTest = "org.scalatest" %% "scalatest" % "3.2.18" % "test" scalaTestExclude
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.19" % "test" scalaTestExclude
val spec2 = "org.specs2" %% "specs2" % "3.7" % "test"
}

0 comments on commit c299abb

Please sign in to comment.