Skip to content

Commit

Permalink
Ignore various updates from series/0.9.x
Browse files Browse the repository at this point in the history
  • Loading branch information
rossabaker committed Nov 6, 2024
1 parent 7cea734 commit 0992ccc
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
updates.ignore = [
# Inherit from 0.9
{ groupId = "co.fs2", artifactId = "fs2-core" },
{ groupId = "org.http4s", artifactId = "sbt-http4s-org" } ,
{ groupId = "org.scala-sbt", artifactId = "sbt" },
{ groupId = "org.scala-lang", artifactId = "scala-library" },
{ groupId = "org.scala-lang", artifactId = "scala3-library" },
{ groupId = "org.scalameta", artifactId = "munit" },
{ groupId = "org.scalameta", artifactId = "scalafmt-core" },
{ groupId = "org.scodec", artifactId = "scodec-bits" },
{ groupId = "org.typelevel", artifactId = "case-insensitive" },
{ groupId = "org.typelevel", artifactId = "cats-effect" },
{ groupId = "org.typelevel", artifactId = "cats-effect-kernel" },
{ groupId = "org.typelevel", artifactId = "cats-effect-std" },
{ groupId = "org.typelevel", artifactId = "cats-core" },
{ groupId = "org.typelevel", artifactId = "munit-cats-effect" },
{ groupId = "org.typelevel", artifactId = "sbt-typelevel-mergify" }
{ groupId = "org.typelevel", artifactId = "vault" }
]

0 comments on commit 0992ccc

Please sign in to comment.