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 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