From 38917ed15929f6793fba562b40c54374aa2cd1bd Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 23 Apr 2020 08:45:07 +0200 Subject: [PATCH] Update nyaya-gen to 0.9.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 3afba818d85..5c1922e5e9a 100644 --- a/build.sbt +++ b/build.sbt @@ -338,7 +338,7 @@ lazy val benchmarks = project.module "org.typelevel" %% "cats-effect" % "2.1.3", "org.scalacheck" %% "scalacheck" % "1.14.3", "hedgehog" %% "hedgehog-core" % "0.1.0", - "com.github.japgolly.nyaya" %% "nyaya-gen" % "0.9.0" + "com.github.japgolly.nyaya" %% "nyaya-gen" % "0.9.1" ), unusedCompileDependenciesFilter -= libraryDependencies.value .map(moduleid => moduleFilter(organization = moduleid.organization, name = moduleid.name))