Skip to content

Commit 18c24c2

Browse files
daylikona.ugodnikov
andauthored
chore: update versions (#42)
* chore: update versions * chore: update sbt 1.8.2 Co-authored-by: a.ugodnikov <a.ugodnikov@tinkoff.ru>
1 parent 10387be commit 18c24c2

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
runner.dialect = "scala213"
2-
version=3.5.9
2+
version=3.6.1
33
binPack.parentConstructors = true
44
maxColumn = 128
55
includeCurlyBraceInSelectChains = false

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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(

project/Dependencies.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import sbt._
22

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

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
# suppress inspection "UnusedProperty"
2-
sbt.version=1.7.3
2+
sbt.version=1.8.2

0 commit comments

Comments
 (0)