Skip to content

Commit

Permalink
Merge branch 'main' into update/amazon-kinesis-producer-0.15.12
Browse files Browse the repository at this point in the history
  • Loading branch information
etspaceman authored Nov 8, 2024
2 parents db84c8b + 7c18f19 commit dcc77de
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions project/LibraryDependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ object LibraryDependencies {
val ScalaParserCombinators = Def.setting(
"org.scala-lang.modules" %%% "scala-parser-combinators" % "2.4.0"
)
val Logback = "ch.qos.logback" % "logback-classic" % "1.5.11"
val Logback = "ch.qos.logback" % "logback-classic" % "1.5.12"

object Borer {
val borerVersion = "1.8.0"
Expand All @@ -35,7 +35,7 @@ object LibraryDependencies {
}

object Aws {
val sdkVersion = "2.28.26"
val sdkVersion = "2.29.8"
val utils = "software.amazon.awssdk" % "utils" % sdkVersion
val kinesis = "software.amazon.awssdk" % "kinesis" % sdkVersion
val cloudwatch = "software.amazon.awssdk" % "cloudwatch" % sdkVersion
Expand All @@ -45,14 +45,14 @@ object LibraryDependencies {

object Cats {
val catsVersion = "2.12.0"
val catsEffectVersion = "3.5.4"
val catsEffectVersion = "3.5.5"
val core = Def.setting("org.typelevel" %%% "cats-core" % catsVersion)
val effect =
Def.setting("org.typelevel" %%% "cats-effect" % catsEffectVersion)
}

object Http4s {
val http4sVersion = "0.23.28"
val http4sVersion = "0.23.29"
val circe = Def.setting("org.http4s" %%% "http4s-circe" % http4sVersion)
val dsl = Def.setting("org.http4s" %%% "http4s-dsl" % http4sVersion)
val emberServer =
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.10.2
sbt.version=1.10.5

0 comments on commit dcc77de

Please sign in to comment.