Skip to content

Commit

Permalink
Update logback-classic to 1.5.16, sbt-scalafmt to 2.5.4, scalafmt-cor…
Browse files Browse the repository at this point in the history
…e to 3.8.5, cats to 2.13.0
  • Loading branch information
matejcerny committed Jan 22, 2025
1 parent 2056de6 commit 6490c8c
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,4 +1,4 @@
version = "3.8.3"
version = "3.8.5"
style = default
maxColumn = 120
align.preset = most
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import microsites.ExtraMdFileConfig
import scala.collection.immutable

ThisBuild / name := "fs2-rabbit"
ThisBuild / scalaVersion := "2.13.15"
ThisBuild / scalaVersion := "2.13.16"
ThisBuild / crossScalaVersions := List("2.13.16", "3.3.4", "3.6.3")
ThisBuild / versionScheme := Some("semver-spec")
ThisBuild / organization := "dev.profunktor"
Expand Down
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,12 +3,12 @@ import sbt._
object Dependencies {

object Version {
val cats = "2.12.0"
val cats = "2.13.0"
val catsEffect = "3.5.7"
val fs2 = "3.11.0"
val circe = "0.14.10"
val amqpClient = "5.24.0"
val logback = "1.5.12"
val logback = "1.5.16"
val monix = "3.3.0"
val zio = "1.0.18"
val zioCats = "3.2.9.1"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
addSbtPlugin("com.47deg" % "sbt-microsites" % "1.4.4")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.6.2")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2")
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")

0 comments on commit 6490c8c

Please sign in to comment.