Skip to content

Commit 41878cb

Browse files
Switch to sbt-ci-release 1.4.31 (#122)
1 parent 6fefac1 commit 41878cb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

project/Settings.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11

2-
import com.typesafe.sbt.pgp._
2+
import com.jsuereth.sbtpgp._
33
import coursier.ShadingPlugin.autoImport._
44
import sbt._
55
import sbt.Keys._

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.3.2")
1+
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.4.31")
22
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.29")
33
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.6.1")
44
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "0.6.1")

0 commit comments

Comments
 (0)