Skip to content

Commit

Permalink
remove unnecessary dependency in test (#144)
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k authored Oct 11, 2024
1 parent f5459e4 commit 0c179cf
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/sbt-test/DistPlugin/dist/project/plugin.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
libraryDependencies += "org.http4s" %% "http4s-blaze-client" % "0.15.9a"

sys.props.get("plugin.version") match {
case Some(x) => addSbtPlugin("org.scalatra.sbt" % "sbt-scalatra" % x)
case _ => sys.error("""|The system property 'plugin.version' is not defined.
Expand Down

0 comments on commit 0c179cf

Please sign in to comment.