From 8122a398c2ca10a6d23cea3eaa663e055938041a Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 10 Jul 2024 18:15:11 +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 9b8a681eca423bab74ff03f2712246912ce2e410 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 10 Jul 2024 18:15:15 +0000 Subject: [PATCH 2/2] Update sbt to 1.10.1 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 302b6be..ad30260 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.10.1 \ No newline at end of file