Skip to content

Commit

Permalink
Update sbt-ci-release to 1.5.11 (#1280)
Browse files Browse the repository at this point in the history
* Update sbt-ci-release to 1.5.11

* remedy build failure with Scala 2.13.10 (#1300)

* Fix SbtGit import

---------

Co-authored-by: Michael Ford <[email protected]>
Co-authored-by: Georgi Krastev <[email protected]>
  • Loading branch information
3 people authored Mar 17, 2023
1 parent da31ece commit d3c651f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import com.typesafe.sbt.SbtGit.GitKeys._
import com.github.sbt.git.SbtGit.GitKeys._
import sbtcrossproject.CrossProject

val Scala212 = "2.12.17"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ libraryDependencies += "org.slf4j" % "slf4j-nop" % "2.0.6"
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.1")
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.6")
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.11.0")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.11")
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.13.0")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.10")
Expand Down

0 comments on commit d3c651f

Please sign in to comment.