mirror of
https://github.com/bitcoin-s/bitcoin-s.git
synced 2025-01-18 13:24:25 +01:00
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:
parent
4c0e6d5201
commit
786f77bfb9
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user