diff --git a/build.sbt b/build.sbt index 0024aee2..543b66fa 100644 --- a/build.sbt +++ b/build.sbt @@ -7,7 +7,6 @@ ThisBuild / organization := "dev.profunktor" ThisBuild / organizationName := "ProfunKtor" ThisBuild / evictionErrorLevel := Level.Warn -ThisBuild / scalafixDependencies += Libraries.organizeImports ThisBuild / resolvers := Resolver.sonatypeOssRepos("snapshots") diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 89053bbc..a130f59d 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -103,9 +103,6 @@ object Dependencies { val fs2Kafka = "com.github.fd4s" %% "fs2-kafka" % V.fs2Kafka val refinedCore = Def.setting("eu.timepit" %%% "refined" % V.refined) val refinedCats = Def.setting("eu.timepit" %%% "refined-cats" % V.refined) - - // scalafix rules - val organizeImports = "com.github.liancheng" %% "organize-imports" % V.organizeImports } object CompilerPlugins { diff --git a/project/build.properties b/project/build.properties index 46e43a97..30409871 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.8.2 +sbt.version=1.9.4 diff --git a/project/plugins.sbt b/project/plugins.sbt index ea2732cb..817600ce 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,7 +1,7 @@ addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.2") addSbtPlugin("io.spray" % "sbt-revolver" % "0.10.0") addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16") -addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0") +addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.11.0") addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.2") addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")