Merge pull request #593 from eikek/emil-update

Update emil to 0.7.1
This commit is contained in:
mergify[bot] 2021-01-24 19:48:07 +00:00 committed by GitHub
commit 69c0254bcf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 3 deletions

View File

@ -440,6 +440,7 @@ val joex = project
Dependencies.circe ++
Dependencies.pureconfig ++
Dependencies.emilTnef ++
Dependencies.poi ++
Dependencies.emilMarkdown ++
Dependencies.emilJsoup ++
Dependencies.jsoup ++

View File

@ -11,7 +11,7 @@ object Dependencies {
val CirceVersion = "0.13.0"
val ClipboardJsVersion = "2.0.6"
val DoobieVersion = "0.10.0"
val EmilVersion = "0.7.0"
val EmilVersion = "0.7.1"
val FastparseVersion = "2.1.3"
val FlexmarkVersion = "0.62.2"
val FlywayVersion = "7.5.1"
@ -42,7 +42,6 @@ object Dependencies {
val JQueryVersion = "3.5.1"
val ViewerJSVersion = "0.5.8"
val kittens = Seq(
"org.typelevel" %% "kittens" % KittensVersion
)
@ -114,7 +113,9 @@ object Dependencies {
"com.github.eikek" %% "emil-doobie" % EmilVersion
)
val emilTnef = Seq(
"com.github.eikek" %% "emil-tnef" % EmilVersion
"com.github.eikek" %% "emil-tnef" % EmilVersion excludeAll(
ExclusionRule("org.apache.poi")
)
)
val emilMarkdown = Seq(
"com.github.eikek" %% "emil-markdown" % EmilVersion