Skip to content

Commit f9dd28a

Browse files
authored
Merge pull request #989 from profunktor/update/sbt-ci-release-1.9.3
Update sbt-ci-release to 1.9.3
2 parents 3ae6f06 + 898be2a commit f9dd28a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
ThisBuild / libraryDependencySchemes += "org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always
22

33
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.4")
4-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.2")
4+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.9.3")
55
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2")
66
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0")
77
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.4")

0 commit comments

Comments
 (0)