Skip to content

Commit c8559e9

Browse files
Update scala-collection-compat to 2.4.4 (#1645)
1 parent 6612d15 commit c8559e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ val buildSettings = Seq[Setting[_]](
112112
if (DOTTY)
113113
Seq.empty
114114
else
115-
Seq("org.scala-lang.modules" %%% "scala-collection-compat" % "2.4.3")
115+
Seq("org.scala-lang.modules" %%% "scala-collection-compat" % "2.4.4")
116116
}
117117
)
118118

0 commit comments

Comments
 (0)