From 3ca17831b936983e794c22a537db4cda1ee9927e Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Thu, 10 Oct 2024 12:48:11 +0000 Subject: [PATCH] Update sbt-git to 2.1.0 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 5678331..b343a0f 100644 --- a/build.sbt +++ b/build.sbt @@ -143,7 +143,7 @@ lazy val `sbt-izumi` = (project in file("sbt/sbt-izumi")) ("com.github.sbt" % "sbt-pgp" % "2.2.1").extra(SbtVersionKey -> (pluginCrossBuild / sbtBinaryVersion).value, ScalaVersionKey -> (update / scalaBinaryVersion).value).withCrossVersion(Disabled()), // https://github.com/sbt/sbt-git - ("com.github.sbt" % "sbt-git" % "2.0.1").extra(SbtVersionKey -> (pluginCrossBuild / sbtBinaryVersion).value, ScalaVersionKey -> (update / scalaBinaryVersion).value).withCrossVersion(Disabled()), + ("com.github.sbt" % "sbt-git" % "2.1.0").extra(SbtVersionKey -> (pluginCrossBuild / sbtBinaryVersion).value, ScalaVersionKey -> (update / scalaBinaryVersion).value).withCrossVersion(Disabled()), // https://github.com/orrsella/sbt-stats ("com.orrsella" % "sbt-stats" % "1.0.7").extra(SbtVersionKey -> (pluginCrossBuild / sbtBinaryVersion).value, ScalaVersionKey -> (update / scalaBinaryVersion).value).withCrossVersion(Disabled()),