Skip to content

Commit

Permalink
Update scala-collection-compat to 2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
vigoo committed Jan 28, 2025
1 parent 1f2153c commit 9987879
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@

import com.jsuereth.sbtpgp.PgpKeys.{pgpPublicRing, pgpSecretRing}
import microsites.ConfigYml
import scala.xml.{Node => XmlNode, NodeSeq => XmlNodeSeq, _}
Expand Down Expand Up @@ -27,7 +26,7 @@ lazy val core = Project("zio-aws-core", file("zio-aws-core"))
"dev.zio" %% "zio-streams" % zioVersion,
"dev.zio" %% "zio-interop-reactivestreams" % zioReactiveStreamsInteropVersion,
"dev.zio" %% "zio-config" % zioConfigVersion,
"org.scala-lang.modules" %% "scala-collection-compat" % "2.6.0",
"org.scala-lang.modules" %% "scala-collection-compat" % "2.13.0",
"dev.zio" %% "zio-test" % zioVersion % "test",
"dev.zio" %% "zio-test-sbt" % zioVersion % "test",
"dev.zio" %% "zio-config-typesafe" % zioConfigVersion % "test"
Expand Down

0 comments on commit 9987879

Please # to comment.