From 7372c7ea032673f4e7f5c2e422329dd33010cd12 Mon Sep 17 00:00:00 2001 From: Lucky3028 Date: Tue, 28 Jan 2025 23:12:20 +0900 Subject: [PATCH] chore: remove sember plugin --- project/build.properties | 1 - project/plugins.sbt | 2 -- 2 files changed, 3 deletions(-) delete mode 100644 project/build.properties diff --git a/project/build.properties b/project/build.properties deleted file mode 100644 index fe69360..0000000 --- a/project/build.properties +++ /dev/null @@ -1 +0,0 @@ -sbt.version = 1.10.7 diff --git a/project/plugins.sbt b/project/plugins.sbt index d4d8472..69479e7 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -4,5 +4,3 @@ addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.3.1") addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.0") // Formatをするためのプラグイン addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4") -// バージョン生成を自動で行うためのプラグイン -addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")