From ade897c97ca4902e7f89223251e93e444e60177a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 18:25:20 +0000 Subject: [PATCH] chore(deps): update all dependencies --- build.sbt | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/build.sbt b/build.sbt index bfb168e..7fccff6 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ scmInfo := Some( ) ) -scalaVersion := "3.4.2" +scalaVersion := "3.5.0" testFrameworks += new TestFramework("org.scalatest.tools.Framework") enablePlugins(NativeImagePlugin) @@ -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.8", + "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.30.8", "io.github.iltotore" %% "iron" % "2.6.0", "io.github.iltotore" %% "iron-jsoniter" % "2.6.0", "com.lihaoyi" %% "requests" % "0.9.0", @@ -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.8" % Test, + "com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-macros" % "2.30.8" % 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,