diff --git a/.scalafmt.conf b/.scalafmt.conf index eaca991..dd5bd53 100644 --- a/.scalafmt.conf +++ b/.scalafmt.conf @@ -1,2 +1,2 @@ -version = "3.0.0" +version = "3.0.1" maxColumn = 120 \ No newline at end of file diff --git a/build.sbt b/build.sbt index 1cf5a56..69178f9 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ //Core deps -val amazonV = "2.17.28" +val amazonV = "2.17.33" val catsV = "2.6.1" -val catsEffectV = "3.2.3" +val catsEffectV = "3.2.5" val fs2V = "3.1.1" val log4catsV = "1.2.0" val refinedV = "0.9.25" @@ -20,7 +20,7 @@ val collectionCompat = "org.scala-lang.modules" %% "scala-collection-compat" % collectionCompatV //Test/build deps -val munitV = "0.7.28" +val munitV = "0.7.29" val munitCatsEffectV = "1.0.5" val scalaCheckV = "1.15.4" val scalaCheckEffectV = "1.0.2"