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 Jun 21, 2024
1 parent b638137 commit 7646181
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 22 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
40 changes: 20 additions & 20 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.0",
"com.lihaoyi" %% "os-lib" % "0.10.2",
"com.lihaoyi" %% "pprint" % "0.9.0",
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.30.1",
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.30.1",
"io.github.iltotore" %% "iron" % "2.6.0",
"io.github.iltotore" %% "iron-jsoniter" % "2.6.0",
"com.lihaoyi" %% "requests" % "0.8.3",
"com.lihaoyi" %% "fastparse" % "3.1.0",
"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.scalacheck" %% "scalacheck" % "1.18.0" % Test,
"com.lihaoyi" %% "mainargs" % "0.7.0" % Test,
"com.lihaoyi" %% "os-lib" % "0.10.2" % Test,
"com.lihaoyi" %% "pprint" % "0.9.0" % Test,
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.30.1" % Test,
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.30.1" % 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.8.3" % 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.0

0 comments on commit 7646181

Please sign in to comment.