diff --git a/.scala-steward.conf b/.scala-steward.conf new file mode 100644 index 0000000..83e4010 --- /dev/null +++ b/.scala-steward.conf @@ -0,0 +1,5 @@ +commits.message = "Update ${artifactName} from ${currentVersion} to ${nextVersion}" +updates.pin = [ + {groupId = "org.http4s", version = "0.22."}, + {groupId = "org.typelevel", artifactId = "cats-effect", version = "2."}, +]