From 9277a6e7aaa61f8d84b88baed53d1463cb7ffe95 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Fri, 15 Apr 2022 00:51:03 +0200 Subject: [PATCH] Update better-tostring to 0.3.15 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 596229b..d95f804 100644 --- a/build.sbt +++ b/build.sbt @@ -24,7 +24,7 @@ def crossPlugin(x: sbt.librarymanagement.ModuleID) = compilerPlugin(x.cross(Cros val compilerPlugins = List( crossPlugin("org.typelevel" % "kind-projector" % "0.13.2"), - crossPlugin("org.polyvariant" % "better-tostring" % "0.3.13"), + crossPlugin("org.polyvariant" % "better-tostring" % "0.3.15"), ) ThisBuild / versionScheme := Some("early-semver")