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: sbt/sbt-assembly
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.1.0
Choose a base ref
...
head repository: sbt/sbt-assembly
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.1.1
Choose a head ref
  • 2 commits
  • 3 files changed
  • 1 contributor

Commits on Feb 12, 2023

  1. jarjar-abrams 1.8.2

    eed3si9n committed Feb 12, 2023

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    38d554c View commit details
  2. Merge pull request #494 from eed3si9n/wip/bump2

    jarjar-abrams 1.8.2
    eed3si9n authored Feb 12, 2023
    Copy the full SHA
    c51d946 View commit details
Showing with 3 additions and 3 deletions.
  1. +1 −1 build.sbt
  2. +1 −1 project/build.properties
  3. +1 −1 project/plugins.sbt
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -12,7 +12,7 @@ lazy val root = (project in file("."))
name := "sbt-assembly"
scalacOptions := Seq("-deprecation", "-unchecked", "-Dscalac.patmat.analysisBudget=1024", "-Xfuture")
libraryDependencies ++= Seq(
"com.eed3si9n.jarjarabrams" %% "jarjar-abrams-core" % "1.8.1",
"com.eed3si9n.jarjarabrams" %% "jarjar-abrams-core" % "1.8.2",
"org.scalatest" %% "scalatest" % "3.1.1" % Test,
)
(pluginCrossBuild / sbtVersion) := {
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.6.2
sbt.version=1.8.2
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
addSbtPlugin("com.eed3si9n" % "sbt-nocomma" % "0.1.0")
addSbtPlugin("com.eed3si9n" % "sbt-nocomma" % "0.1.1")
addSbtPlugin("org.scala-sbt" % "sbt-contraband" % "0.5.1")