Skip to content

Commit f3613f4

Browse files
committed
Pin scala 3 to 3.3.x branch
1 parent d211273 commit f3613f4

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.scala-steward.conf

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
updatePullRequests = "always"
2+
3+
updates.pin = [
4+
{
5+
groupId = "org.scala-lang",
6+
artifactId="scala3-library",
7+
version = "3.3."
8+
}
9+
]

0 commit comments

Comments
 (0)