Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update dependencies #382

Merged
merged 4 commits into from
Nov 9, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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