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 16, 2024
1 parent f2c9f51 commit ebb169c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 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,7 +31,7 @@ assemblyPrependShellScript := Some(defaultShellScript)
assembly / assemblyJarName := "pct-compose"

libraryDependencies ++= Seq(
"com.lihaoyi" %% "mainargs" % "0.7.1",
"com.lihaoyi" %% "mainargs" % "0.7.2",
"com.lihaoyi" %% "os-lib" % "0.10.3",
"com.lihaoyi" %% "pprint" % "0.9.0",
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.30.7",
Expand All @@ -46,7 +46,7 @@ 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" %% "mainargs" % "0.7.2" % 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,
Expand Down

0 comments on commit ebb169c

Please sign in to comment.