From 37177bbb3e908042a38c9e8b3bda63efd6a9fc63 Mon Sep 17 00:00:00 2001 From: Gabriel Volpe Date: Sun, 3 Sep 2023 22:40:06 +0200 Subject: [PATCH] update various plugins --- build.sbt | 1 - project/Dependencies.scala | 3 --- project/build.properties | 2 +- project/plugins.sbt | 12 ++++++------ 4 files changed, 7 insertions(+), 11 deletions(-) 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 b1201a42..817600ce 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,8 +1,8 @@ addSbtPlugin("io.github.davidgregory084" % "sbt-tpolecat" % "0.4.2") -addSbtPlugin("io.spray" % "sbt-revolver" % "0.9.1") +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("ch.epfl.scala" % "sbt-scalafix" % "0.10.4") -addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.0") -addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.2.0") -addSbtPlugin("com.github.reibitto" % "sbt-welcome" % "0.3.1") +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") +addSbtPlugin("com.github.reibitto" % "sbt-welcome" % "0.3.2")