From 65ce07f49cb9b79fe4609a0ff60b2f3ffc45301e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bendix=20S=C3=A4ltz?= Date: Mon, 6 May 2024 15:54:53 +0200 Subject: [PATCH] Update build.sbt --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e50873e..8ef4793 100644 --- a/build.sbt +++ b/build.sbt @@ -154,7 +154,7 @@ lazy val sbtSettings = Seq(cancelable in Global := true) lazy val scalaFmtSettings = Seq(scalafmtOnCompile := true) -lazy val scapegoatSettings = Seq(ThisBuild / scapegoatVersion := "2.1.5") +lazy val scapegoatSettings = Seq(ThisBuild / scapegoatVersion := "2.1.6") lazy val sbtVersionRegex = "v([0-9]+.[0-9]+.[0-9]+)-?(.*)?".r