From 14a4a6998a2ef6856ad9e1387d8d16575ae346a3 Mon Sep 17 00:00:00 2001 From: Alexandre Archambault Date: Sat, 28 Sep 2019 15:27:58 +0200 Subject: [PATCH] Switch to sbt-ci-release 1.4.31 (#146) --- project/Settings.scala | 2 +- project/plugins.sbt | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/project/Settings.scala b/project/Settings.scala index 5d4f9fc1f..313d0f3a1 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -5,7 +5,7 @@ import sbt._ import sbt.Keys._ import sbt.ScriptedPlugin.autoImport.{scriptedBufferLog, scriptedLaunchOpts} -import com.typesafe.sbt.pgp._ +import com.jsuereth.sbtpgp._ import coursier.ShadingPlugin.autoImport.{Shading, shadingNamespace} object Settings { diff --git a/project/plugins.sbt b/project/plugins.sbt index 638e9e21e..6643d2b5e 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,6 +1,6 @@ plugins_( - "com.geirsson" % "sbt-ci-release" % "1.3.2", + "com.geirsson" % "sbt-ci-release" % "1.4.31", "com.typesafe" % "sbt-mima-plugin" % "0.3.0", "org.scala-sbt" % "sbt-contraband" % "0.4.4" )