Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: xerial/sbt-sonatype
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.9.19
Choose a base ref
...
head repository: xerial/sbt-sonatype
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.9.20
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on May 3, 2023

  1. Verified

    This commit was signed with the committer’s verified signature.
    joyeecheung Joyee Cheung
    Copy the full SHA
    8aa9ded View commit details
  2. Verified

    This commit was signed with the committer’s verified signature.
    joyeecheung Joyee Cheung
    Copy the full SHA
    e047b77 View commit details
Showing with 2 additions and 2 deletions.
  1. +1 −1 build.sbt
  2. +1 −1 project/plugins.sbt
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -35,7 +35,7 @@ lazy val buildSettings: Seq[Setting[_]] = Seq(
}
)

val AIRFRAME_VERSION = "23.4.8"
val AIRFRAME_VERSION = "23.5.0"

// Project modules
lazy val sbtSonatype =
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
val SONATYPE_VERSION = sys.env.getOrElse("SONATYPE_VERSION", "3.9.18")
val SONATYPE_VERSION = sys.env.getOrElse("SONATYPE_VERSION", "3.9.19")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % SONATYPE_VERSION)
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")