Skip to content

Commit

Permalink
upgrades (#1096)
Browse files Browse the repository at this point in the history
* upgrades

* undo attempt at ddb translation

---------

Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Dmytro Obodowsky <[email protected]>
  • Loading branch information
3 people authored Sep 21, 2023
1 parent 8c54a36 commit 1e6ab3a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions project/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Required for the freegen definition in ../build.sbt
val AwsSdk = "2.20.149"

libraryDependencies += "software.amazon.awssdk" % "sqs" % AwsSdk
libraryDependencies += "software.amazon.awssdk" % "s3" % AwsSdk
libraryDependencies += "software.amazon.awssdk" % "sns" % AwsSdk
Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// scala format
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")

// coverage
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9")
Expand All @@ -8,7 +8,7 @@ addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.11")
// release
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")

addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.5")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.6")

//addSbtPlugin("ch.epfl.scala" % "sbt-scala3-migrate" % "0.5.0")

Expand Down

0 comments on commit 1e6ab3a

Please sign in to comment.