Skip to content

Commit f525e60

Browse files
authored
Merge pull request #505 from eed3si9n/wip/bump
jarjar abrams 1.9.0
2 parents b9b6dad + 62d8988 commit f525e60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ lazy val root = (project in file("."))
1717
name := "sbt-assembly"
1818
scalacOptions := Seq("-deprecation", "-unchecked", "-Dscalac.patmat.analysisBudget=1024", "-Xfuture")
1919
libraryDependencies ++= Seq(
20-
"com.eed3si9n.jarjarabrams" %% "jarjar-abrams-core" % "1.8.3",
20+
"com.eed3si9n.jarjarabrams" %% "jarjar-abrams-core" % "1.9.0",
2121
"org.scalatest" %% "scalatest" % "3.1.1" % Test,
2222
)
2323
(pluginCrossBuild / sbtVersion) := {

0 commit comments

Comments
 (0)