From 9fdf27b6ec07d2b959bcb00c514d83ecb3e67703 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Fri, 23 Sep 2022 12:26:19 +0200 Subject: [PATCH 1/2] Remove scalariform --- project/plugins.sbt | 1 - 1 file changed, 1 deletion(-) diff --git a/project/plugins.sbt b/project/plugins.sbt index 3bb7fca..ae3b908 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,2 +1 @@ -addSbtPlugin("org.scalariform" % "sbt-scalariform" % "1.8.3") addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10") From 30a2e40c88c687f0439cb94b3e15c03a8477568d Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Fri, 23 Sep 2022 14:12:43 +0200 Subject: [PATCH 2/2] Remove scala-xml, not needed IMHO --- build.sbt | 1 - 1 file changed, 1 deletion(-) diff --git a/build.sbt b/build.sbt index 0ddd288..2fac2b8 100644 --- a/build.sbt +++ b/build.sbt @@ -16,7 +16,6 @@ lazy val root = (project in file(".")) s }, libraryDependencies ++= Seq( - "org.scala-lang.modules" %% "scala-xml" % "2.1.0", "org.scalaz" %% "scalaz-core" % "7.2.34", "org.scalaz" %% "scalaz-effect" % "7.2.34", "org.scalatest" %% "scalatest" % "3.2.3" % "test"