Skip to content

Commit

Permalink
Update ducktape to 0.2.1 (#105)
Browse files Browse the repository at this point in the history
  • Loading branch information
lenguyenthanh committed May 19, 2024
2 parents 7846f9b + 676d81d commit 64e85a8
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
Expand Up @@ -39,7 +39,7 @@ object Dependencies {
val log4Cats = "org.typelevel" %% "log4cats-slf4j" % "2.7.0"
val logback = "ch.qos.logback" % "logback-classic" % "1.5.6"

val ducktape = "io.github.arainko" %% "ducktape" % "0.2.0"
val ducktape = "io.github.arainko" %% "ducktape" % "0.2.1"

val gatlingTestFramework = "io.gatling" % "gatling-test-framework" % V.gatling % Test
val gatlingHighCharts = "io.gatling.highcharts" % "gatling-charts-highcharts" % V.gatling % Test
Expand Down

0 comments on commit 64e85a8

Please sign in to comment.