File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 11runner.dialect = "scala213"
2- version =3.5 . 9
2+ version =3.6 . 1
33binPack.parentConstructors = true
44maxColumn = 128
55includeCurlyBraceInSelectChains = false
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ lazy val sbtSchemaRegistryPlugin = (project in file("."))
66 name := " sbt-schema-registry-plugin" ,
77 scalaVersion := " 2.12.17" ,
88 sbtPlugin := true ,
9- pluginCrossBuild / sbtVersion := " 1.7.1 " ,
9+ pluginCrossBuild / sbtVersion := " 1.8.2 " ,
1010 resolvers ++= Seq (" Confluent" at " https://packages.confluent.io/maven/" ),
1111 libraryDependencies ++= Seq (schemaRegistryClient),
1212 scriptedLaunchOpts ++= Seq (
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ import sbt._
22
33object Dependencies {
44 private object Versions {
5- val avro = " 1.11.0 "
6- val schReqClient = " 7.2.3 "
5+ val avro = " 1.11.1 "
6+ val schReqClient = " 7.3.1 "
77 }
88
99 lazy val avroCompiler : ModuleID = " org.apache.avro" % " avro-compiler" % Versions .avro
Original file line number Diff line number Diff line change 11# suppress inspection "UnusedProperty"
2- sbt.version =1.7.3
2+ sbt.version =1.8.2
You can’t perform that action at this time.
0 commit comments