Skip to content

Commit 0f690fa

Browse files
authored
Merge pull request #441 from Dwolla/update/all
Consolidated batch of dependency updates
2 parents 3cd9b30 + ff27355 commit 0f690fa

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

build.sbt

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -47,19 +47,19 @@ lazy val `postgresql-init-core` = (project in file("."))
4747
"org.typelevel" %% "feral-lambda-cloudformation-custom-resource" % feralVersion,
4848
"org.tpolecat" %% "natchez-xray" % natchezVersion,
4949
"org.tpolecat" %% "natchez-http4s" % "0.6.1",
50-
"org.typelevel" %% "cats-tagless-core" % "0.16.3-85-591274f-SNAPSHOT", // see https://github.com/typelevel/cats-tagless/issues/652
51-
"org.http4s" %% "http4s-ember-client" % "0.23.32",
50+
"org.typelevel" %% "cats-tagless-core" % "0.16.4",
51+
"org.http4s" %% "http4s-ember-client" % "0.23.33",
5252
"io.circe" %% "circe-parser" % circeV,
5353
"io.circe" %% "circe-generic" % circeV,
5454
"io.circe" %% "circe-literal" % circeV,
55-
"io.circe" %% "circe-refined" % "0.14.9",
55+
"io.circe" %% "circe-refined" % "0.15.1",
5656
"io.monix" %% "newtypes-core" % "0.3.0",
5757
"io.monix" %% "newtypes-circe-v0-14" % "0.3.0",
58-
"org.tpolecat" %% "skunk-core" % "0.6.4",
58+
"org.tpolecat" %% "skunk-core" % "0.6.5",
5959
"org.typelevel" %% "log4cats-slf4j" % "2.7.1",
6060
"com.amazonaws" % "aws-lambda-java-log4j2" % "1.6.0",
6161
"org.apache.logging.log4j" % "log4j-slf4j-impl" % "2.25.2",
62-
"com.dwolla" %% "natchez-tagless" % "0.2.6-131-d6a1c7c-SNAPSHOT",
62+
"com.dwolla" %% "natchez-tagless" % "0.2.6-142-0f683eb-SNAPSHOT",
6363
"org.typelevel" %% "mouse" % "1.4.0",
6464
"com.comcast" %% "ip4s-core" % "3.7.0",
6565
"org.typelevel" %% "literally" % "1.2.0",

project/plugins.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.8.2")
2-
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.8.2")
1+
addSbtPlugin("org.typelevel" % "sbt-typelevel-settings" % "0.8.3")
2+
addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.8.3")
33
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.4")
4-
addSbtPlugin("com.disneystreaming.smithy4s" % "smithy4s-sbt-codegen" % "0.18.43")
4+
addSbtPlugin("com.disneystreaming.smithy4s" % "smithy4s-sbt-codegen" % "0.18.45")
55
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.13.1")

0 commit comments

Comments
 (0)