Skip to content

Commit

Permalink
Merge branch 'master' into deps/1
Browse files Browse the repository at this point in the history
  • Loading branch information
lenguyenthanh authored Jan 9, 2025
2 parents c436711 + d8ded46 commit 726be15
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 5 deletions.
6 changes: 3 additions & 3 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ object Dependencies {
lazy val smithy4sHttp4sSwagger = smithy4s("http4s-swagger")
lazy val smithy4sJson = smithy4s("json")

val jsoniterCore = "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.32.0"
val jsoniterMacro = "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.32.0"
val jsoniterCore = "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.33.0"
val jsoniterMacro = "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.33.0"

val playWS = "com.typesafe.play" %% "play-ahc-ws-standalone" % "2.2.10"

Expand All @@ -64,7 +64,7 @@ object Dependencies {
val log4Cats = "org.typelevel" %% "log4cats-slf4j" % "2.7.0"
val logback = "ch.qos.logback" % "logback-classic" % "1.5.16"

val ducktape = "io.github.arainko" %% "ducktape" % "0.2.6"
val ducktape = "io.github.arainko" %% "ducktape" % "0.2.7"

val declineCore = "com.monovore" %% "decline" % V.decline
val declineCatsEffect = "com.monovore" %% "decline-effect" % V.decline
Expand Down
10 changes: 8 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.13.0")

resolvers += Resolver.sonatypeRepo("snapshots")
dependencyOverrides += "ch.epfl.scala" % "scalafix-interfaces" % "0.13.0+95-69a3e105-SNAPSHOT"
addSbtPlugin("com.disneystreaming.smithy4s" % "smithy4s-sbt-codegen" % "0.18.27")

addSbtPlugin("com.disneystreaming.smithy4s" % "smithy4s-sbt-codegen" % "0.18.28")

addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.0")

addSbtPlugin("com.github.sbt" % "sbt-release" % "1.4.0")

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")

addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.2")

0 comments on commit 726be15

Please sign in to comment.