Skip to content

Commit 4491644

Browse files
authored
Ignore doobie 1.0.0-RC6
This release must be avoided according the changelog: https://github.com/typelevel/doobie/releases/tag/v1.0.0-RC6
1 parent ef0ac8c commit 4491644

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

modules/core/src/main/resources/default.scala-steward.conf

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,4 +225,11 @@ updates.ignore = [
225225

226226
// https://github.com/circe/circe-yaml/issues/402
227227
{ groupId = "io.circe", artifactId="circe-yaml", version="1.15.0" },
228+
229+
// https://github.com/typelevel/doobie/issues/2104
230+
{ groupId = "org.tpolecat", artifactId="doobie-core", version="1.0.0-RC6" },
231+
{ groupId = "org.tpolecat", artifactId="doobie-postgres", version="1.0.0-RC6" },
232+
{ groupId = "org.tpolecat", artifactId="doobie-scalatest", version="1.0.0-RC6" },
233+
{ groupId = "org.tpolecat", artifactId="doobie-hikari", version="1.0.0-RC6" },
234+
{ groupId = "org.tpolecat", artifactId="doobie-postgres-circe", version="1.0.0-RC6" },
228235
]

0 commit comments

Comments
 (0)