Skip to content

Commit

Permalink
Update jarjar-abrams-core to 1.8.0 (#217)
Browse files Browse the repository at this point in the history
* Update jarjar-abrams-core to 1.8.0

* Namespace update

Co-authored-by: Alexandre Archambault <[email protected]>
  • Loading branch information
scala-steward and alexarchambault authored Dec 15, 2021
1 parent b136301 commit 334edf6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ lazy val interface = project
former + "-scala-" + sbv + "-shaded"
},
finalPackageBin := {
import org.pantsbuild.jarjar._
import org.pantsbuild.jarjar.util.StandaloneJarProcessor
import com.eed3si9n.jarjar._
import com.eed3si9n.jarjar.util.StandaloneJarProcessor

val orig = (Proguard / proguard).value.head
val origLastModified = orig.lastModified()
Expand All @@ -57,7 +57,7 @@ lazy val interface = project
rename("org.codehaus.plexus.util.**", "coursierapi.shaded.plexusutil.@1")
)

val processor = new org.pantsbuild.jarjar.JJProcessor(
val processor = new com.eed3si9n.jarjar.JJProcessor(
rules,
verbose = false,
skipManifest = true,
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ addSbtPlugin("com.lightbend.sbt" % "sbt-proguard" % "0.4.0")

resolvers += Resolver.sonatypeRepo("snapshots")

libraryDependencies += "com.eed3si9n.jarjarabrams" %% "jarjar-abrams-core" % "0.3.1"
libraryDependencies += "com.eed3si9n.jarjarabrams" %% "jarjar-abrams-core" % "1.8.0"

0 comments on commit 334edf6

Please sign in to comment.