From 65ca2d56e65079f92a14909d06c87d783ff15930 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 24 Oct 2023 22:43:51 +0000 Subject: [PATCH 1/2] Applied Scalafix rule(s) https://gist.githubusercontent.com/eed3si9n/57e83f5330592d968ce49f0d5030d4d5/raw/7f576f16a90e432baa49911c9a66204c354947bb/Sbt0_13BuildSyntax.scala See https://eed3si9n.com/syntactic-scalafix-rule-for-unified-slash-syntax for details --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 63d2d92..2787926 100644 --- a/build.sbt +++ b/build.sbt @@ -86,7 +86,7 @@ lazy val `schema-registry` = project "net.cakesolutions" %% "scala-kafka-client-testkit" % V.cakeSolutions.version % Test ), // sbt-avrohugger: SpecificRecord - sourceGenerators in Compile += (avroScalaGenerateSpecific in Compile).taskValue + (Compile / sourceGenerators) += ((Compile / avroScalaGenerateSpecific)).taskValue ) lazy val streams = project From 4b633709727a099c048224748e92eedd40292e38 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 24 Oct 2023 22:43:57 +0000 Subject: [PATCH 2/2] Update sbt to 1.9.7 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 302b6be..331a838 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version = 1.3.13 \ No newline at end of file +sbt.version = 1.9.7 \ No newline at end of file