Skip to content

Commit 3e69831

Browse files
authored
Merge pull request #649 from danicheg/scala-steward-conf
Pin `scala3-library` to `3.0.x`
2 parents 90f834b + 766b76a commit 3e69831

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.scala-steward.conf

+1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ updates.pin = [
22
# Pin to Scala 3.0
33
{ groupId = "org.scala-lang", artifactId = "scala-library", version = "3.0." },
44
{ groupId = "org.scala-lang", artifactId = "scala3-library_sjs1", version = "3.0." },
5+
{ groupId = "org.scala-lang", artifactId = "scala3-library", version = "3.0." },
56
{ groupId = "org.typelevel", artifactId="cats-effect", version = "2." }
67
]

0 commit comments

Comments
 (0)