Skip to content

Commit 2e23f92

Browse files
committed
Merge branch 'series/2.x' into series/3.x
2 parents 2ddb4f1 + 60698f1 commit 2e23f92

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

build.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@ val catsEffectVersion = "3.0.0"
22

33
val catsVersion = "2.4.1"
44

5-
val confluentVersion = "6.1.0"
5+
val confluentVersion = "6.1.1"
66

77
val fs2Version = "3.0.0"
88

99
val kafkaVersion = "2.7.0"
1010

1111
val testcontainersScalaVersion = "0.39.3"
1212

13-
val vulcanVersion = "1.4.1"
13+
val vulcanVersion = "1.5.0"
1414

1515
val scala212 = "2.12.13"
1616

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version = 1.4.7
1+
sbt.version = 1.4.9

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3")
33
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7")
44
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.8.1")
55
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0")
6-
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.18")
6+
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.19")
77
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")
88
addSbtPlugin("ch.epfl.lamp" % "sbt-dotty" % "0.5.3")
99
addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.10.1")

0 commit comments

Comments
 (0)