Skip to content

Commit

Permalink
Merge pull request #505 from eed3si9n/wip/bump
Browse files Browse the repository at this point in the history
jarjar abrams 1.9.0
  • Loading branch information
eed3si9n committed Sep 17, 2023
2 parents b9b6dad + 62d8988 commit f525e60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,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.3",
"com.eed3si9n.jarjarabrams" %% "jarjar-abrams-core" % "1.9.0",
"org.scalatest" %% "scalatest" % "3.1.1" % Test,
)
(pluginCrossBuild / sbtVersion) := {
Expand Down

0 comments on commit f525e60

Please sign in to comment.