Skip to content

Commit

Permalink
Merge branch 'main' into update/curator-test-5.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
OddKristensen authored Feb 21, 2025
2 parents 6b995c4 + f3538d8 commit db7fcf4
Show file tree
Hide file tree
Showing 3 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,4 +1,4 @@
version = 3.8.6
version = 3.9.0
runner.dialect = scala213source3
align.preset = none
danglingParentheses.preset = true
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ val V = new {
val avro4s = "3.1.0"
val betterMonadicFor = "0.3.1"
val cats = "2.13.0"
val catsEffect = "3.4.11"
val catsEffect = "3.5.7"
val commonsCompress = "1.27.1"
val confluent = "7.8.1"
val confluent = "7.9.0"
val curator = "5.7.1"
val disciplineMunit = "2.0.0"
val epimetheus = "0.5.0"
Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
val typelevelV = "0.7.7"

addSbtPlugin("com.julianpeeters" % "sbt-avrohugger" % "2.11.3")
addSbtPlugin("com.julianpeeters" % "sbt-avrohugger" % "2.12.0")
addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.3.1")
addSbtPlugin("com.github.cb372" % "sbt-explicit-dependencies" % "0.3.1")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.3")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.4")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
addSbtPlugin("org.typelevel" % "sbt-typelevel" % typelevelV)
Expand Down

0 comments on commit db7fcf4

Please sign in to comment.