From e8d4d9538a11383141daafc3a0ff7e2ac2dda8d3 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 4 Oct 2023 00:43:08 +0000 Subject: [PATCH] Update sbt-github-actions to 0.17.0 --- project/plugins.sbt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index dd5af8f..f00431d 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -6,6 +6,6 @@ addDependencyTreePlugin addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.0") -addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.15.0") +addSbtPlugin("com.github.sbt" % "sbt-github-actions" % "0.17.0") -addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.3") \ No newline at end of file +addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.3")