Remove unused code

This commit is contained in:
Eike Kettner 2021-01-24 23:24:33 +01:00
parent 69c0254bcf
commit bb744668ca

View File

@ -12,7 +12,6 @@ object Dependencies {
val ClipboardJsVersion = "2.0.6"
val DoobieVersion = "0.10.0"
val EmilVersion = "0.7.1"
val FastparseVersion = "2.1.3"
val FlexmarkVersion = "0.62.2"
val FlywayVersion = "7.5.1"
val Fs2Version = "2.5.0"
@ -113,7 +112,7 @@ object Dependencies {
"com.github.eikek" %% "emil-doobie" % EmilVersion
)
val emilTnef = Seq(
"com.github.eikek" %% "emil-tnef" % EmilVersion excludeAll(
("com.github.eikek" %% "emil-tnef" % EmilVersion).excludeAll(
ExclusionRule("org.apache.poi")
)
)
@ -214,10 +213,6 @@ object Dependencies {
"com.github.pureconfig" %% "pureconfig" % PureConfigVersion
)
val fastparse = Seq(
"com.lihaoyi" %% "fastparse" % FastparseVersion
)
// https://github.com/h2database/h2database
// MPL 2.0 or EPL 1.0
val h2 = Seq(