From bb744668caaa3d2c63230ba5102a85fa3ba882bc Mon Sep 17 00:00:00 2001 From: Eike Kettner Date: Sun, 24 Jan 2021 23:24:33 +0100 Subject: [PATCH] Remove unused code --- project/Dependencies.scala | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/project/Dependencies.scala b/project/Dependencies.scala index 7f494afc..c5bbc3f9 100644 --- a/project/Dependencies.scala +++ b/project/Dependencies.scala @@ -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(