Skip to content

Commit

Permalink
Merge pull request #692 from http4s/ignore-sbt-http4s-org-on-main
Browse files Browse the repository at this point in the history
Ignore sbt-http4s-org and scalafmt on main
  • Loading branch information
danicheg authored Jun 8, 2022
2 parents fa6f48f + bc5cd56 commit 7ecbf98
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .scala-steward.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
updates.pin = [
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = "3.0." }
]
]

updates.ignore = [
{ groupId = "org.http4s", artifactId = "sbt-http4s-org" },
{ groupId = "org.scalameta", artifactId = "scalafmt-core" }
]

0 comments on commit 7ecbf98

Please sign in to comment.