Skip to content

Commit

Permalink
Merge pull request #307 from benmccann/jdeb-1.3
Browse files Browse the repository at this point in the history
Upgrade to jdeb 1.3 to stop old version of slf4j from being pulled in
  • Loading branch information
muuki88 committed Jul 28, 2014
2 parents 763c1c8 + 2c7f1b7 commit dd95154
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 @@ -12,7 +12,7 @@ scalacOptions in Compile += "-deprecation"

libraryDependencies ++= Seq(
"org.apache.commons" % "commons-compress" % "1.4.1",
"org.vafer" % "jdeb" % "1.2" artifacts (Artifact("jdeb", "jar", "jar"))
"org.vafer" % "jdeb" % "1.3" artifacts (Artifact("jdeb", "jar", "jar"))
)

site.settings
Expand Down

0 comments on commit dd95154

Please sign in to comment.