Skip to content

Commit

Permalink
Merge pull request #3448 from Dichotomia/patch-1
Browse files Browse the repository at this point in the history
Ignore doobie 1.0.0-RC6
  • Loading branch information
exoego authored Oct 21, 2024
2 parents ef0ac8c + 4491644 commit 26c5404
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions modules/core/src/main/resources/default.scala-steward.conf
Original file line number Diff line number Diff line change
Expand Up @@ -225,4 +225,11 @@ updates.ignore = [

// https://github.com/circe/circe-yaml/issues/402
{ groupId = "io.circe", artifactId="circe-yaml", version="1.15.0" },

// https://github.com/typelevel/doobie/issues/2104
{ groupId = "org.tpolecat", artifactId="doobie-core", version="1.0.0-RC6" },
{ groupId = "org.tpolecat", artifactId="doobie-postgres", version="1.0.0-RC6" },
{ groupId = "org.tpolecat", artifactId="doobie-scalatest", version="1.0.0-RC6" },
{ groupId = "org.tpolecat", artifactId="doobie-hikari", version="1.0.0-RC6" },
{ groupId = "org.tpolecat", artifactId="doobie-postgres-circe", version="1.0.0-RC6" },
]

0 comments on commit 26c5404

Please sign in to comment.