Switch to sbt-ci-release 1.4.31 (#146)

This commit is contained in:
Alexandre Archambault 2019-09-28 15:27:58 +02:00 committed by GitHub
parent d8ce5cebb0
commit 14a4a6998a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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 {

View File

@ -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"
)