Skip to content

Commit

Permalink
chore(deps): bump dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
updraft0 committed Sep 24, 2024
1 parent 1ca3602 commit 6d1c661
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .sbtopts
Original file line number Diff line number Diff line change
@@ -1 +1 @@
-J-Xmx2048M -J-XX:+UseG1GC -J-XX:ReservedCodeCacheSize=512m
-J-Xmx4G -J-XX:+UseG1GC -J-XX:ReservedCodeCacheSize=512m
2 changes: 1 addition & 1 deletion .tool-versions
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
java graalvm-community-23.0.0
sbt 1.10.2
nodejs 18.18.1
sbt 1.10.2
yarn 1.22.19
18 changes: 9 additions & 9 deletions project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,25 +8,25 @@ import sbt.Keys.libraryDependencies
object Dependencies {

object Versions {
val brotli = "1.16.0"
val brotli = "1.17.0"
val flyway = "9.21.1"
val jsoniter = "2.30.7"
val jsoniter = "2.30.11"
val jwt = "10.0.1"
val laminar = "17.0.0"
val laminar = "17.1.0"
val laminext = "0.17.0"
val `native-converter` = "0.9.0"
val quill = "4.8.5"
val `scala-java-time` = "2.6.0"
val `sjs-dom` = "2.8.0+45-53f9a1a2-SNAPSHOT" // FIXME wait for 2.9.0 release
val snakeyaml = "2.7"
val snakeyaml = "2.8"
val sqlite = "3.46.0.0"
val sttp = "3.9.7"
val tapir = "1.10.14"
val sttp = "3.9.8"
val tapir = "1.11.5"
val waypoint = "8.0.0"
val zio = "2.1.6"
val zio = "2.1.9"
val `zio-config` = "4.0.2"
val `zio-logging` = "2.3.0"
val `zio-metrics` = "2.2.1"
val `zio-logging` = "2.3.1"
val `zio-metrics` = "2.3.1"
}

val flyway = Seq(
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,5 @@ addDependencyTreePlugin
addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.0")
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.4")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")

0 comments on commit 6d1c661

Please sign in to comment.