diff --git a/.scalafmt.conf b/.scalafmt.conf index 13d8335..0649c06 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,4 +1,4 @@ -version = 3.11.3 +version = 3.11.5 runner.dialect = scala3 runner.dialectOverride.allowSignificantIndentation = false diff --git a/build.sbt b/build.sbt index a42d82d..df44ac9 100644 --- a/build.sbt +++ b/build.sbt @@ -46,7 +46,7 @@ lazy val `chatops4s-examples` = (project in file("chatops4s-examples")) libraryDependencies ++= Seq( "org.typelevel" %% "cats-effect" % "3.7.0", "com.softwaremill.sttp.client4" %% "fs2" % "4.0.26", - "ch.qos.logback" % "logback-classic" % "1.5.38", + "ch.qos.logback" % "logback-classic" % "1.6.1", ), Test / parallelExecution := false, publish / skip := true, diff --git a/project/build.properties b/project/build.properties index 3e39c25..0ed3d1d 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=2.0.2 +sbt.version=2.0.5 diff --git a/project/plugins.sbt b/project/plugins.sbt index 4e23c8d..735d4c2 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,4 +1,4 @@ -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.1") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.6.2") addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.7") addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.1.1") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.12.0")