Skip to content

Commit

Permalink
Merge pull request #27 from nationalarchives/update/cats-effect-3.3.13
Browse files Browse the repository at this point in the history
Update cats-effect to 3.3.13
  • Loading branch information
TomJKing authored Jun 29, 2022
2 parents 47896e6 + 70658d9 commit 59cacfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ object Dependencies {
private val keycloakVersion = "18.0.2"

lazy val awsUtils = "uk.gov.nationalarchives.aws.utils" %% "tdr-aws-utils" % "0.1.20"
lazy val catsEffect = "org.typelevel" %% "cats-effect" % "3.3.12"
lazy val catsEffect = "org.typelevel" %% "cats-effect" % "3.3.13"
lazy val lambdaCore = "com.amazonaws" % "aws-lambda-java-core" % "1.2.1"
lazy val csvParser = "io.github.zamblauskas" %% "scala-csv-parser" % "0.13.1"
lazy val circeExtras = "io.circe" %% "circe-generic-extras" % "0.14.2"
Expand Down

0 comments on commit 59cacfb

Please sign in to comment.