Skip to content

Commit

Permalink
Merge branch 'master' into update/cats-effect-3.5.3
Browse files Browse the repository at this point in the history
  • Loading branch information
vigoo authored Jan 31, 2024
2 parents a575e5c + 9d30513 commit 0366fb6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions project/Common.scala
Original file line number Diff line number Diff line change
Expand Up @@ -15,15 +15,15 @@ object Common extends AutoPlugin {
val zioMockVersion = "1.0.0-RC11"
val zioCatsInteropVersion = "23.1.0.0"
val zioReactiveStreamsInteropVersion = "2.0.2"
val zioConfigVersion = "4.0.0"
val zioPreludeVersion = "1.0.0-RC21"
val zioConfigVersion = "4.0.1"
val zioPreludeVersion = "1.0.0-RC22"
val catsEffectVersion = "3.5.3"

val awsVersion = "2.21.15"
val awsSubVersion = awsVersion.drop(awsVersion.indexOf('.') + 1)
val http4sVersion = "0.23.25"
val blazeVersion = "0.23.16"
val fs2Version = "3.9.3"
val fs2Version = "3.9.4"

val majorVersion = "7"
val zioAwsVersionPrefix = s"$majorVersion.$awsSubVersion."
Expand Down

0 comments on commit 0366fb6

Please sign in to comment.