Skip to content

Commit

Permalink
Merge branch 'master' into update/fs2-core-3.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] authored Sep 17, 2023
2 parents ca0aa0e + 5d1cb05 commit 914ea35
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ object Dependencies {

val tapirVersion = "1.7.2"

val awsSdkVersion = "2.20.144"
val awsSdkVersion = "2.20.149"

val fs2Version = "3.9.2"

Expand All @@ -30,7 +30,7 @@ object Dependencies {
lazy val testDependencies = Seq(
"org.scalatest" %% "scalatest" % "3.2.17" % Test,
"com.dimafeng" %% "testcontainers-scala-localstack-v2" % testcontainersScalaV % Test,
"com.amazonaws" % "aws-java-sdk" % "1.12.547" % Test, // needed by localstack
"com.amazonaws" % "aws-java-sdk" % "1.12.552" % Test, // needed by localstack
"com.dimafeng" %% "testcontainers-scala-scalatest" % testcontainersScalaV % Test,
"org.typelevel" %% "cats-effect-testing-scalatest" % "1.5.0" % Test,
"org.typelevel" %% "cats-effect-laws" % catsVersion % Test
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.4
sbt.version=1.9.6

0 comments on commit 914ea35

Please sign in to comment.