hedgehog-sbt 0.6.1

This commit is contained in:
Eugene Yokota 2021-01-16 03:48:06 -05:00
parent e441595f59
commit e86a705b4f
1 changed files with 1 additions and 1 deletions

View File

@ -112,7 +112,7 @@ object Dependencies {
val caffeine = "com.github.ben-manes.caffeine" % "caffeine" % "2.8.5"
val hedgehog = "hedgehog" %% "hedgehog-sbt" % "0.1.0"
val hedgehog = "qa.hedgehog" %% "hedgehog-sbt" % "0.6.1"
val disruptor = "com.lmax" % "disruptor" % "3.4.2"
val silencerPlugin = "com.github.ghik" %% "silencer-plugin" % "1.4.2"
val silencerLib = "com.github.ghik" %% "silencer-lib" % "1.4.2" % Provided