Skip to content

Commit

Permalink
ElasticMQ supports Scala 3 LTS so stop using cross version
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinlfer committed Oct 26, 2024
1 parent bb9eaea commit 4631070
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ lazy val sqs =
"org.scala-lang.modules" %% "scala-collection-compat" % "2.12.0",
"dev.zio" %% "zio-test" % zioVersion % "test",
"dev.zio" %% "zio-test-sbt" % zioVersion % "test",
"org.elasticmq" %% "elasticmq-rest-sqs" % "1.6.9" % "test" cross CrossVersion.for3Use2_13,
"org.elasticmq" %% "elasticmq-core" % "1.6.9" % "test" cross CrossVersion.for3Use2_13
"org.elasticmq" %% "elasticmq-rest-sqs" % "1.6.9" % "test",
"org.elasticmq" %% "elasticmq-core" % "1.6.9" % "test"
) ++ (CrossVersion.partialVersion(scalaVersion.value) match {
case Some((2, 12 | 13)) =>
Seq("org.typelevel" %% "kind-projector" % "0.13.3" cross CrossVersion.full)
Expand Down

0 comments on commit 4631070

Please # to comment.