We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4501b49 commit b69659eCopy full SHA for b69659e
build.sbt
@@ -17,7 +17,7 @@ lazy val root = (project in file("."))
17
name := "sbt-assembly"
18
scalacOptions := Seq("-deprecation", "-unchecked", "-Dscalac.patmat.analysisBudget=1024", "-Xfuture")
19
libraryDependencies ++= Seq(
20
- "com.eed3si9n.jarjarabrams" %% "jarjar-abrams-core" % "1.8.2",
+ "com.eed3si9n.jarjarabrams" %% "jarjar-abrams-core" % "1.8.3",
21
"org.scalatest" %% "scalatest" % "3.1.1" % Test,
22
)
23
(pluginCrossBuild / sbtVersion) := {
0 commit comments