Skip to content

Commit

Permalink
Upgrade library dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
maximn committed Jan 1, 2022
1 parent cbae45e commit 1eb1e50
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ libraryDependencies ++= Seq(
"org.slf4j" % "slf4j-api" % "1.7.32",
"org.slf4j" % "slf4j-simple" % "1.7.32",
"com.itextpdf" % "itextpdf" % "5.5.13.2" ,
"org.bouncycastle" % "bcprov-jdk15on" % "1.47" ,
"org.bouncycastle" % "bcmail-jdk15on" % "1.47" ,
"org.apache.poi" % "poi" % "3.15" ,
"org.bouncycastle" % "bcprov-jdk15on" % "1.69" ,
"org.bouncycastle" % "bcmail-jdk15on" % "1.69" ,
"org.apache.poi" % "poi" % "5.0.0" ,

"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.13.0",
"com.fasterxml.jackson.module" %% "jackson-module-scala" % "2.13.1",

"net.sourceforge.htmlunit" % "htmlunit" % "2.53.0" ,
"net.sourceforge.htmlunit" % "htmlunit" % "2.56.0" ,

"org.specs2" %% "specs2-core" % "4.13.0" % "test" ,
"org.specs2" %% "specs2-junit" % "4.13.0" % "test" ,
"org.specs2" %% "specs2-matcher-extra" % "4.13.0" % "test" ,
"org.specs2" %% "specs2-mock" % "4.13.0" % "test" ,
"org.specs2" %% "specs2-scalacheck" % "4.13.0" % "test"
"org.specs2" %% "specs2-core" % "4.13.1" % "test" ,
"org.specs2" %% "specs2-junit" % "4.13.1" % "test" ,
"org.specs2" %% "specs2-matcher-extra" % "4.13.1" % "test" ,
"org.specs2" %% "specs2-mock" % "4.13.1" % "test" ,
"org.specs2" %% "specs2-scalacheck" % "4.13.1" % "test"
)

assembly / assemblyMergeStrategy := {
Expand Down

0 comments on commit 1eb1e50

Please sign in to comment.