Skip to content

Commit 7095550

Browse files
committed
remove unused build-level dependencies
should have been part of 080d33a
1 parent 04eafa8 commit 7095550

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

project/plugins.sbt

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,3 @@ addSbtPlugin("org.scala-lang.modules" % "sbt-scala-module" % "1.0.14")
1313
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.0")
1414
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.7.0")
1515
addSbtPlugin("com.typesafe.sbt" % "sbt-pgp" % "0.8.3")
16-
17-
libraryDependencies ++= Seq(
18-
"com.github.nscala-time" %% "nscala-time" % "2.20.0",
19-
"org.jsoup" % "jsoup" % "1.11.3"
20-
)

0 commit comments

Comments
 (0)