Skip to content

Commit dd95154

Browse files
committed
Merge pull request #307 from benmccann/jdeb-1.3
Upgrade to jdeb 1.3 to stop old version of slf4j from being pulled in
2 parents 763c1c8 + 2c7f1b7 commit dd95154

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ scalacOptions in Compile += "-deprecation"
1212

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

1818
site.settings

0 commit comments

Comments
 (0)