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))