Skip to content

Commit 8fc5a8e

Browse files
committed
chore: Pin versions of dependencies for Scala Steward
1 parent 1b23b80 commit 8fc5a8e

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.scala-steward.conf

+6
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
11
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

Comments
 (0)