Upgrade sbt ci release to 1.5.11 (#4865)

* Upgrade sbt ci release to 1.5.11

* Fix import names as suggested by Ben
This commit is contained in:
Chris Stewart 2022-10-31 14:57:19 -05:00 committed by GitHub
parent 4c0e6d5201
commit 786f77bfb9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
import com.typesafe.sbt.SbtGit.GitKeys._
import com.github.sbt.git.SbtGit.GitKeys._
import sbt.Keys.{publish, publishLocal}
import scala.util.Properties

View File

@ -15,7 +15,7 @@ ThisBuild / crossScalaVersions := List(scala2_13)
Global / excludeLintKeys ++= Set(
com.typesafe.sbt.packager.Keys.maintainer,
Keys.mainClass,
com.typesafe.sbt.SbtGit.GitKeys.gitRemoteRepo
com.github.sbt.git.SbtGit.GitKeys.gitRemoteRepo
)
//needed so that we can use our versions with docker

View File

@ -29,7 +29,7 @@ addSbtPlugin("ch.epfl.scala" % "sbt-bloop" % "1.5.4")
//tool to publish snapshots to sonatype after CI builds finish
//https://github.com/olafurpg/sbt-ci-release
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11")
// write markdown files with type-checked Scala
//https://github.com/scalameta/mdoc