We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b23b80 commit 8fc5a8eCopy full SHA for 8fc5a8e
.scala-steward.conf
@@ -1 +1,7 @@
1
commits.message = "Update ${artifactName} from ${currentVersion} to ${nextVersion}"
2
+updates.pin = [
3
+ {groupId = "com.github.fd4s", artifactId = "fs2-kafka", version = "1."},
4
+ {groupId = "dev.zio", artifactId = "zio", version = "1."},
5
+ {groupId = "org.http4s", version = "0.22."},
6
+ {groupId = "org.typelevel", artifactId = "cats-effect", version = "2."},
7
+]
0 commit comments