From f4cc04a4bf2678453ab8ee38f76d227bf8e093c4 Mon Sep 17 00:00:00 2001 From: scala-steward-bot <2517319+scala-steward-bot@users.noreply.github.com> Date: Thu, 3 Nov 2022 12:10:28 +0900 Subject: [PATCH] Update sbt to 1.7.3 (#130) Co-authored-by: kenji yoshida <6b656e6a69@gmail.com> --- project/build.properties | 2 +- project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project/build.properties b/project/build.properties index 563a014..6a9f038 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.7.2 +sbt.version=1.7.3 diff --git a/project/plugins.sbt b/project/plugins.sbt index b6fa0ef..1edf1c5 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1,2 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11") -addSbtPlugin("com.eed3si9n" % "sbt-nocomma" % "0.1.0") +addSbtPlugin("com.eed3si9n" % "sbt-nocomma" % "0.1.0" exclude("org.scalatest", "scalatest_2.12"))