Skip to content

Commit

Permalink
chore(deps): update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Jul 30, 2024
1 parent b638137 commit a796d50
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 24 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependency-graph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
42 changes: 21 additions & 21 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.9
sbt.version=1.10.1
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -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")

0 comments on commit a796d50

Please sign in to comment.