Skip to content

Commit

Permalink
update dependencies (#382)
Browse files Browse the repository at this point in the history
  • Loading branch information
brharrington committed Nov 9, 2022
2 parents 68f8058 + 5b3a9b4 commit 5a77d9e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,13 @@ object Dependencies {
val akkaHttpV = "10.2.10"

val atlas = "1.7.0-SNAPSHOT"
val aws2 = "2.17.289"
val iep = "4.0.1"
val aws2 = "2.18.10"
val iep = "4.0.2"
val log4j = "2.19.0"
val scala = "2.13.10"
val servo = "0.13.2"
val slf4j = "1.7.36"
val spectator = "1.3.9"
val spectator = "1.3.10"
val spring = "5.3.22"
val avroV = "1.11.1"

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.7.2
sbt.version=1.7.3

0 comments on commit 5a77d9e

Please sign in to comment.