Skip to content

Commit

Permalink
Merge pull request #131 from ckipp01/update/packageurl-java-1.4.2
Browse files Browse the repository at this point in the history
Update packageurl-java to 1.4.2
  • Loading branch information
ckipp01 authored Nov 15, 2023
2 parents 4f1ab8c + f45083c commit c51f61f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ trait Plugin extends Cross.Module[String] with Common with BuildInfo {
override def ivyDeps = super.ivyDeps() ++ Agg(
ivy"com.lihaoyi::upickle:3.1.3",
ivy"com.lihaoyi::requests:0.8.0",
ivy"com.github.package-url:packageurl-java:1.4.1"
ivy"com.github.package-url:packageurl-java:1.4.2"
)

override def buildInfoMembers = Seq(
Expand Down

0 comments on commit c51f61f

Please sign in to comment.