Skip to content

Commit

Permalink
Inherit various dependencies from 0.25
Browse files Browse the repository at this point in the history
  • Loading branch information
rossabaker authored Jul 29, 2024
1 parent d2c9570 commit 4e380fe
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.24
{ groupId = "org.http4s", artifactId = "sbt-http4s-org" },
{ groupId = "org.scala-lang", artifactId = "scala-library" },
{ groupId = "org.scala-lang", artifactId = "scala3-library" },
{ groupId = "org.scala-js" },
{ groupId = "org.scala-native" },
{ 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" }
]

0 comments on commit 4e380fe

Please sign in to comment.