From 35793a89f3461a6c6c27cfc0cdf4af0b5d9a3230 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 16 Sep 2023 21:09:57 +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 0d58983cc745b5c4bfb729c7a26b523fd6800610 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 16 Sep 2023 21:10:06 +0000 Subject: [PATCH 2/2] Update sbt to 1.9.6 --- project/build.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/build.properties b/project/build.properties index 302b6be..4790c79 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.6 \ No newline at end of file