Skip to content

Commit

Permalink
Correct guava version.
Browse files Browse the repository at this point in the history
  • Loading branch information
jaredb96 committed Nov 29, 2024
1 parent b48dd47 commit a9d07ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Version.scala
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ object Version {
val lettuce = "6.2.4.RELEASE"
val java8Compat = "1.0.2"
val scalaMock = "4.3.0"
val guava = "33.0.0-jre"
val guava = "32.0.0-android"
val awsSesSdk = "1.12.484"
val zeroAllocation = "0.16"
val cormorant = "0.3.0"
Expand Down

0 comments on commit a9d07ac

Please sign in to comment.