diff --git a/.scalafmt.conf b/.scalafmt.conf index 856b150..5881eba 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,5 +1,5 @@ runner.dialect = "scala213" -version=3.5.9 +version=3.6.1 binPack.parentConstructors = true maxColumn = 128 includeCurlyBraceInSelectChains = false diff --git a/build.sbt b/build.sbt index a372656..121402f 100644 --- a/build.sbt +++ b/build.sbt @@ -6,7 +6,7 @@ lazy val sbtSchemaRegistryPlugin = (project in file(".")) name := "sbt-schema-registry-plugin", scalaVersion := "2.12.17", sbtPlugin := true, - pluginCrossBuild / sbtVersion := "1.7.1", + pluginCrossBuild / sbtVersion := "1.8.2", resolvers ++= Seq("Confluent" at "https://packages.confluent.io/maven/"), libraryDependencies ++= Seq(schemaRegistryClient), scriptedLaunchOpts ++= Seq( diff --git a/project/Dependencies.scala b/project/Dependencies.scala index b0067ca..96ebc47 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -2,8 +2,8 @@ import sbt._ object Dependencies { private object Versions { - val avro = "1.11.0" - val schReqClient = "7.2.3" + val avro = "1.11.1" + val schReqClient = "7.3.1" } lazy val avroCompiler: ModuleID = "org.apache.avro" % "avro-compiler" % Versions.avro diff --git a/project/build.properties b/project/build.properties index 36c458c..35b53c3 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1,2 +1,2 @@ # suppress inspection "UnusedProperty" -sbt.version=1.7.3 \ No newline at end of file +sbt.version=1.8.2 \ No newline at end of file