Skip to content

Commit

Permalink
Inherit sbt from 0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
rossabaker authored Jul 25, 2022
1 parent bf42745 commit c5bc5d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ updates.pin = [

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

0 comments on commit c5bc5d0

Please sign in to comment.