Skip to content

Commit

Permalink
update various plugins (#291)
Browse files Browse the repository at this point in the history
  • Loading branch information
gvolpe authored Sep 3, 2023
1 parent 6598a7e commit 7e96a23
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 6 deletions.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ ThisBuild / organization := "dev.profunktor"
ThisBuild / organizationName := "ProfunKtor"

ThisBuild / evictionErrorLevel := Level.Warn
ThisBuild / scalafixDependencies += Libraries.organizeImports

ThisBuild / resolvers := Resolver.sonatypeOssRepos("snapshots")

Expand Down
3 changes: 0 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.8.2
sbt.version=1.9.4
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -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")
Expand Down

0 comments on commit 7e96a23

Please sign in to comment.