Skip to content

Commit

Permalink
Update elasticmq-core, elasticmq-rest-sqs to 1.6.9 (#737)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored Oct 24, 2024
1 parent af77a71 commit 2d44e09
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.8" % "test" cross CrossVersion.for3Use2_13,
"org.elasticmq" %% "elasticmq-core" % "1.6.8" % "test" cross CrossVersion.for3Use2_13
"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
) ++ (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 2d44e09

Please sign in to comment.