From a796d503903ebe2eaf08373b11dbf29998acb46f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 30 Jul 2024 12:16:06 +0000 Subject: [PATCH] chore(deps): update all dependencies --- .github/workflows/dependency-graph.yml | 2 +- build.sbt | 42 +++++++++++++------------- project/build.properties | 2 +- project/plugins.sbt | 2 +- 4 files changed, 24 insertions(+), 24 deletions(-) diff --git a/.github/workflows/dependency-graph.yml b/.github/workflows/dependency-graph.yml index dfa1d36..ef5b540 100644 --- a/.github/workflows/dependency-graph.yml +++ b/.github/workflows/dependency-graph.yml @@ -10,4 +10,4 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: scalacenter/sbt-dependency-submission@v2 + - uses: scalacenter/sbt-dependency-submission@v3 diff --git a/build.sbt b/build.sbt index 726da6c..bfb168e 100644 --- a/build.sbt +++ b/build.sbt @@ -31,28 +31,28 @@ assemblyPrependShellScript := Some(defaultShellScript) assembly / assemblyJarName := "pct-compose" libraryDependencies ++= Seq( - "com.lihaoyi" %% "mainargs" % "0.6.2", - "com.lihaoyi" %% "os-lib" % "0.9.3", - "com.lihaoyi" %% "pprint" % "0.8.1", - "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.28.4", - "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.28.4", - "io.github.iltotore" %% "iron" % "2.5.0", - "io.github.iltotore" %% "iron-jsoniter" % "2.5.0", - "com.lihaoyi" %% "requests" % "0.8.0", - "com.lihaoyi" %% "fastparse" % "3.0.2", - "com.softwaremill.magnolia1_3" %% "magnolia" % "1.3.4" + "com.lihaoyi" %% "mainargs" % "0.7.1", + "com.lihaoyi" %% "os-lib" % "0.10.3", + "com.lihaoyi" %% "pprint" % "0.9.0", + "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.30.7", + "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.30.7", + "io.github.iltotore" %% "iron" % "2.6.0", + "io.github.iltotore" %% "iron-jsoniter" % "2.6.0", + "com.lihaoyi" %% "requests" % "0.9.0", + "com.lihaoyi" %% "fastparse" % "3.1.1", + "com.softwaremill.magnolia1_3" %% "magnolia" % "1.3.7" ) ++ List("cats-core", "cats-kernel").map(dep => "org.typelevel" %% dep % "2.10.0") libraryDependencies ++= Seq( - "org.scalatest" %% "scalatest" % "3.2.18" % Test, - "org.scalacheck" %% "scalacheck" % "1.17.0" % Test, - "com.lihaoyi" %% "mainargs" % "0.6.2" % Test, - "com.lihaoyi" %% "os-lib" % "0.9.3" % Test, - "com.lihaoyi" %% "pprint" % "0.8.1" % Test, - "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.28.4" % Test, - "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.28.4" % Test, - "io.github.iltotore" %% "iron" % "2.5.0" % Test, - "io.github.iltotore" %% "iron-scalacheck" % "2.5.0" % Test, - "io.github.iltotore" %% "iron-jsoniter" % "2.5.0" % Test, - "com.lihaoyi" %% "requests" % "0.8.0" % Test + "org.scalatest" %% "scalatest" % "3.2.19" % Test, + "org.scalacheck" %% "scalacheck" % "1.18.0" % Test, + "com.lihaoyi" %% "mainargs" % "0.7.1" % Test, + "com.lihaoyi" %% "os-lib" % "0.10.3" % Test, + "com.lihaoyi" %% "pprint" % "0.9.0" % Test, + "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.30.7" % Test, + "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.30.7" % Test, + "io.github.iltotore" %% "iron" % "2.6.0" % Test, + "io.github.iltotore" %% "iron-scalacheck" % "2.6.0" % Test, + "io.github.iltotore" %% "iron-jsoniter" % "2.6.0" % Test, + "com.lihaoyi" %% "requests" % "0.9.0" % Test ) diff --git a/project/build.properties b/project/build.properties index 04267b1..ee4c672 100644 --- a/project/build.properties +++ b/project/build.properties @@ -1 +1 @@ -sbt.version=1.9.9 +sbt.version=1.10.1 diff --git a/project/plugins.sbt b/project/plugins.sbt index d257099..c7d0b3c 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -1,3 +1,3 @@ -addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.5") +addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.2.0") addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.10.0") addSbtPlugin("org.scalameta" % "sbt-native-image" % "0.3.4")