Skip to content

Commit

Permalink
Merge branch 'series/1.x' into series/2.x
Browse files Browse the repository at this point in the history
  • Loading branch information
bplommer committed Apr 25, 2021
2 parents ab3665c + e44f387 commit accba5f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ val confluentVersion = "6.1.1"

val fs2Version = "3.0.1"

val kafkaVersion = "2.7.0"
val kafkaVersion = "2.8.0"

val testcontainersScalaVersion = "0.39.3"

Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ addSbtPlugin("com.eed3si9n" % "sbt-unidoc" % "0.4.3")
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.8.1")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.19")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.20")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.2")
addSbtPlugin("com.codecommit" % "sbt-github-actions" % "0.10.1")

0 comments on commit accba5f

Please sign in to comment.