Skip to content

Commit

Permalink
Merge pull request #165 from http4s/inherit-from-0.23
Browse files Browse the repository at this point in the history
Inherit various dependencies from 0.23
  • Loading branch information
rossabaker authored Jul 30, 2024
2 parents 825d97c + 1437c8d commit d16245d
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .scala-steward.conf
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
updates.ignore = [
# Inherit from series/0.23
{ groupId = "com.typesafe.play" },
{ groupId = "org.http4s", artifactId = "sbt-http4s-org" },
{ groupId = "org.scala-lang", artifactId = "scala-library" },
{ groupId = "org.scala-lang", artifactId = "scala3-library" },
{ groupId = "org.scala-sbt", artifactId = "sbt" },
{ groupId = "org.scalameta", artifactId = "scalafmt-core" }
{ groupId = "org.scalameta", artifactId = "scalafmt-core" },
{ groupId = "org.typelevel", artifactId = "munit-cats-effect" },
{ groupId = "org.typelevel", artifactId = "munit-scalacheck" }
]

0 comments on commit d16245d

Please sign in to comment.