Skip to content

Commit 26c5404

Browse files
authored
Merge pull request #3448 from Dichotomia/patch-1
Ignore doobie 1.0.0-RC6
2 parents ef0ac8c + 4491644 commit 26c5404

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)