Skip to content

Commit

Permalink
chore: update versions (#42)
Browse files Browse the repository at this point in the history
* chore: update versions

* chore: update sbt 1.8.2

Co-authored-by: a.ugodnikov <[email protected]>
  • Loading branch information
daylikon and a.ugodnikov authored Jan 10, 2023
1 parent 10387be commit 18c24c2
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
runner.dialect = "scala213"
version=3.5.9
version=3.6.1
binPack.parentConstructors = true
maxColumn = 128
includeCurlyBraceInSelectChains = false
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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(
Expand Down
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
# suppress inspection "UnusedProperty"
sbt.version=1.7.3
sbt.version=1.8.2

0 comments on commit 18c24c2

Please sign in to comment.