Skip to content

Commit

Permalink
build(deps): remove organize-imports
Browse files Browse the repository at this point in the history
  • Loading branch information
tkrs committed Aug 11, 2024
1 parent 78f9252 commit e0bc450
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ lazy val mess = project
testFrameworks += new TestFramework("munit.Framework"),
scalafmtOnCompile := true,
scalafixOnCompile := true,
scalafixDependencies += OrganizeImports,
semanticdbEnabled := true,
semanticdbVersion := scalafixSemanticdb.revision,
fork := true
Expand Down
2 changes: 0 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ object Dependencies {
val munit = "1.0.0"
}

lazy val OrganizeImports = "com.github.liancheng" %% "organize-imports" % Ver.organizeImports

lazy val Shapeless = "com.chuusai" %% "shapeless" % Ver.shapeless
lazy val MsgpackJava = "org.msgpack" % "msgpack-core" % Ver.msgpackJava
lazy val MunitScalacheck = "org.scalameta" %% "munit-scalacheck" % Ver.munit
Expand Down

0 comments on commit e0bc450

Please sign in to comment.