From d34a8993997381c6458bad8f9a762133f8736c26 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sat, 30 May 2020 21:15:53 +0200 Subject: [PATCH] Update sbt-github-packages to 0.5.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index a5e62e3..57795a4 100644 --- a/build.sbt +++ b/build.sbt @@ -20,4 +20,4 @@ libraryDependencies ++= Seq( "io.get-coursier" %% "coursier-cache" % "2.0.0-RC3-1", "io.get-coursier" %% "coursier-cats-interop" % "2.0.0-RC3-1") -addSbtPlugin("com.codecommit" % "sbt-github-packages" % "0.5.0") +addSbtPlugin("com.codecommit" % "sbt-github-packages" % "0.5.2")