Skip to content

Commit

Permalink
Remove unused compile dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
rossabaker committed May 26, 2022
1 parent b27ccdb commit 2472613
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,7 @@ lazy val examples = project
fork := true,
Jetty / containerLibs := List("org.eclipse.jetty" % "jetty-runner" % jettyVersion),
libraryDependencies ++= Seq(
"javax.servlet" % "javax.servlet-api" % servletApiVersion % Provided,
"org.http4s" %% "http4s-circe" % http4sVersion,
"org.http4s" %% "http4s-dsl" % http4sVersion,
"org.http4s" %% "http4s-scala-xml" % http4sVersion,
"javax.servlet" % "javax.servlet-api" % servletApiVersion % Provided
),
)
.dependsOn(servlet)
Expand Down

0 comments on commit 2472613

Please sign in to comment.