Skip to content

Commit c51d946

Browse files
authored
Merge pull request #494 from eed3si9n/wip/bump2
jarjar-abrams 1.8.2
2 parents 9b59275 + 38d554c commit c51d946

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ lazy val root = (project in file("."))
1212
name := "sbt-assembly"
1313
scalacOptions := Seq("-deprecation", "-unchecked", "-Dscalac.patmat.analysisBudget=1024", "-Xfuture")
1414
libraryDependencies ++= Seq(
15-
"com.eed3si9n.jarjarabrams" %% "jarjar-abrams-core" % "1.8.1",
15+
"com.eed3si9n.jarjarabrams" %% "jarjar-abrams-core" % "1.8.2",
1616
"org.scalatest" %% "scalatest" % "3.1.1" % Test,
1717
)
1818
(pluginCrossBuild / sbtVersion) := {

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.6.2
1+
sbt.version=1.8.2

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")
2-
addSbtPlugin("com.eed3si9n" % "sbt-nocomma" % "0.1.0")
2+
addSbtPlugin("com.eed3si9n" % "sbt-nocomma" % "0.1.1")
33
addSbtPlugin("org.scala-sbt" % "sbt-contraband" % "0.5.1")

0 commit comments

Comments
 (0)