Skip to content

Commit b69659e

Browse files
committed
jarjar abrams 1.8.3
1 parent 4501b49 commit b69659e

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.2",
20+
"com.eed3si9n.jarjarabrams" %% "jarjar-abrams-core" % "1.8.3",
2121
"org.scalatest" %% "scalatest" % "3.1.1" % Test,
2222
)
2323
(pluginCrossBuild / sbtVersion) := {

0 commit comments

Comments
 (0)