Skip to content

Commit

Permalink
chore(dependencies): update scalatest to 3.2.13 (#2138)
Browse files Browse the repository at this point in the history
Co-authored-by: Balduin Landolt <33053745+BalduinLandolt@users.noreply.github.com>
  • Loading branch information
daschbot and BalduinLandolt committed Jul 31, 2022
1 parent 3a12562 commit a345079
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Expand Up @@ -102,7 +102,7 @@ object Dependencies {
val akkaTestkit = "com.typesafe.akka" %% "akka-testkit" % akkaVersion // Scala 3 compatible
val gatlingHighcharts = "io.gatling.highcharts" % "gatling-charts-highcharts" % "3.7.6"
val gatlingTestFramework = "io.gatling" % "gatling-test-framework" % "3.7.6"
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.12" // Scala 3 compatible
val scalaTest = "org.scalatest" %% "scalatest" % "3.2.13" // Scala 3 compatible
val testcontainers = "org.testcontainers" % "testcontainers" % "1.17.2"

// found/added by the plugin but deleted anyway
Expand Down

0 comments on commit a345079

Please sign in to comment.