Skip to content

Commit

Permalink
chore: Dependency updates (#3049)
Browse files Browse the repository at this point in the history
  • Loading branch information
daschbot authored Feb 15, 2024
1 parent 6e16782 commit bf60688
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ object Dependencies {
val ZioLoggingVersion = "2.1.17"
val ZioNioVersion = "2.0.2"
val ZioMetricsConnectorsVersion = "2.3.1"
val ZioPreludeVersion = "1.0.0-RC22"
val ZioPreludeVersion = "1.0.0-RC23"
val ZioSchemaVersion = "0.2.0"
val ZioVersion = "2.0.21"

Expand Down Expand Up @@ -69,7 +69,7 @@ object Dependencies {
val slf4jApi = "org.slf4j" % "slf4j-api" % "2.0.11" // the logging interface

// Metrics
val aspectjweaver = "org.aspectj" % "aspectjweaver" % "1.9.21"
val aspectjweaver = "org.aspectj" % "aspectjweaver" % "1.9.21.1"

// input validation
val commonsValidator =
Expand Down

0 comments on commit bf60688

Please sign in to comment.