Skip to content

Commit

Permalink
remove jcenter resolver (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Dec 1, 2023
1 parent 90b691a commit d98a489
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -419,7 +419,6 @@ lazy val docs = project("docs")
.settings(Dependencies.docs)
.settings(
name := "pekko-http-docs",
resolvers += Resolver.jcenterRepo,
scalacOptions ++= Seq(
// Make sure we don't accidentally keep documenting deprecated calls
"-Xfatal-warnings",
Expand Down

0 comments on commit d98a489

Please sign in to comment.