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.18
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.19
Choose a head ref
  • 6 commits
  • 3 files changed
  • 1 contributor

Commits on Mar 11, 2023

  1. Verified

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

Commits on Apr 6, 2023

  1. Verified

    This commit was signed with the committer’s verified signature.
    joyeecheung Joyee Cheung
    Copy the full SHA
    575633c View commit details
  2. Copy the full SHA
    9210696 View commit details

Commits on Apr 7, 2023

  1. Verified

    This commit was signed with the committer’s verified signature.
    aduh95 Antoine du Hamel
    Copy the full SHA
    3bcb6a3 View commit details

Commits on Apr 12, 2023

  1. Verified

    This commit was signed with the committer’s verified signature.
    aduh95 Antoine du Hamel
    Copy the full SHA
    ab791e4 View commit details

Commits on May 1, 2023

  1. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    b5cd0f0 View commit details
Showing with 3 additions and 3 deletions.
  1. +1 −1 .scalafmt.conf
  2. +1 −1 build.sbt
  3. +1 −1 project/plugins.sbt
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.7.2
version = 3.7.3
project.layout = StandardConvention
runner.dialect = scala212
maxColumn = 120
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.3.0"
val AIRFRAME_VERSION = "23.4.8"

// 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.17")
val SONATYPE_VERSION = sys.env.getOrElse("SONATYPE_VERSION", "3.9.18")
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")