Skip to content

Commit

Permalink
Merge branch 'develop' into issue-479-test
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k authored Nov 19, 2023
2 parents 944d547 + 6630f06 commit 69d6171
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.13.0",
"com.eed3si9n.jarjarabrams" %% "jarjar-abrams-core" % "1.13.1",
)
(pluginCrossBuild / sbtVersion) := {
scalaBinaryVersion.value match {
Expand Down

0 comments on commit 69d6171

Please sign in to comment.