From dedb73250a94518659a0af2677b591394ef27cd8 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 21 Dec 2021 17:47:32 +0100 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..0bc645d 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 4ab0e2e99ecd254d6380961c526ef8f6b486ab70 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 21 Dec 2021 17:47:36 +0100 Subject: [PATCH 2/2] Update sbt to 1.5.8 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 302b6be..3a123c9 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.5.8 \ No newline at end of file