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] authored Aug 29, 2024
1 parent f2c9f51 commit 92e2168
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ scmInfo := Some(
)
)

scalaVersion := "3.4.2"
scalaVersion := "3.5.0"
testFrameworks += new TestFramework("org.scalatest.tools.Framework")
enablePlugins(NativeImagePlugin)

Expand All @@ -31,11 +31,11 @@ assemblyPrependShellScript := Some(defaultShellScript)
assembly / assemblyJarName := "pct-compose"

libraryDependencies ++= Seq(
"com.lihaoyi" %% "mainargs" % "0.7.1",
"com.lihaoyi" %% "os-lib" % "0.10.3",
"com.lihaoyi" %% "mainargs" % "0.7.2",
"com.lihaoyi" %% "os-lib" % "0.10.4",
"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",
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.30.9",
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.30.9",
"io.github.iltotore" %% "iron" % "2.6.0",
"io.github.iltotore" %% "iron-jsoniter" % "2.6.0",
"com.lihaoyi" %% "requests" % "0.9.0",
Expand All @@ -46,11 +46,11 @@ libraryDependencies ++= Seq(
libraryDependencies ++= Seq(
"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" %% "mainargs" % "0.7.2" % Test,
"com.lihaoyi" %% "os-lib" % "0.10.4" % 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,
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.30.9" % Test,
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.30.9" % 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,
Expand Down

0 comments on commit 92e2168

Please sign in to comment.