Skip to content

Commit

Permalink
Ignore doobie 1.0.0-RC6
Browse files Browse the repository at this point in the history
This release must be avoided according the changelog: https://github.com/typelevel/doobie/releases/tag/v1.0.0-RC6
  • Loading branch information
Dichotomia authored Oct 21, 2024
1 parent ef0ac8c commit 4491644
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 4491644

Please sign in to comment.