Skip to content

Commit

Permalink
Merge pull request #204 from scala-steward/update/ducktape-0.2.1
Browse files Browse the repository at this point in the history
Update ducktape to 0.2.1
  • Loading branch information
lenguyenthanh authored May 19, 2024
2 parents 7d327c7 + b2eee99 commit 46b16aa
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 @@ -43,7 +43,7 @@ object Dependencies {
val log4Cats = "org.typelevel" %% "log4cats-slf4j" % "2.7.0"
val logbackX = "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 testContainers = "com.dimafeng" %% "testcontainers-scala-postgresql" % "0.41.3" % Test
val weaver = "com.disneystreaming" %% "weaver-cats" % "0.8.4" % Test
Expand Down

0 comments on commit 46b16aa

Please sign in to comment.