Skip to content

Commit b728d87

Browse files
committed
Bump deps
1 parent c5b7037 commit b728d87

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import org.typelevel.scalacoptions.ScalacOptions
33

44
inThisBuild(
55
Seq(
6-
scalaVersion := "3.8.2",
6+
scalaVersion := "3.8.3",
77
organization := "se.thanh",
88
organizationName := "Thanh Le",
99
licenses += ("agpl-v3" -> url("https://opensource.org/license/agpl-v3")),

project/Dependencies.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ object Dependencies {
66
object V {
77
val catsEffect = "3.7.0"
88
val ciris = "3.12.0"
9-
val decline = "2.6.0"
9+
val decline = "2.6.1"
1010
val fs2 = "3.13.0"
11-
val fs2Data = "1.12.0"
11+
val fs2Data = "1.12.1"
1212
val http4s = "0.23.33"
1313
val iron = "3.3.0"
1414
val gatling = "3.15.0"

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.14.6")
2-
addSbtPlugin("com.disneystreaming.smithy4s" % "smithy4s-sbt-codegen" % "0.18.49")
2+
addSbtPlugin("com.disneystreaming.smithy4s" % "smithy4s-sbt-codegen" % "0.18.50")
33
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.11.7")
44
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.6")
55
addSbtPlugin("org.typelevel" % "sbt-tpolecat" % "0.5.3")

0 commit comments

Comments
 (0)