Skip to content

Commit ebb169c

Browse files
chore(deps): update all dependencies
1 parent f2c9f51 commit ebb169c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ scmInfo := Some(
1313
)
1414
)
1515

16-
scalaVersion := "3.4.2"
16+
scalaVersion := "3.5.0"
1717
testFrameworks += new TestFramework("org.scalatest.tools.Framework")
1818
enablePlugins(NativeImagePlugin)
1919

@@ -31,7 +31,7 @@ assemblyPrependShellScript := Some(defaultShellScript)
3131
assembly / assemblyJarName := "pct-compose"
3232

3333
libraryDependencies ++= Seq(
34-
"com.lihaoyi" %% "mainargs" % "0.7.1",
34+
"com.lihaoyi" %% "mainargs" % "0.7.2",
3535
"com.lihaoyi" %% "os-lib" % "0.10.3",
3636
"com.lihaoyi" %% "pprint" % "0.9.0",
3737
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.30.7",
@@ -46,7 +46,7 @@ libraryDependencies ++= Seq(
4646
libraryDependencies ++= Seq(
4747
"org.scalatest" %% "scalatest" % "3.2.19" % Test,
4848
"org.scalacheck" %% "scalacheck" % "1.18.0" % Test,
49-
"com.lihaoyi" %% "mainargs" % "0.7.1" % Test,
49+
"com.lihaoyi" %% "mainargs" % "0.7.2" % Test,
5050
"com.lihaoyi" %% "os-lib" % "0.10.3" % Test,
5151
"com.lihaoyi" %% "pprint" % "0.9.0" % Test,
5252
"com.github.plokhotnyuk.jsoniter-scala" %% "jsoniter-scala-core" % "2.30.7" % Test,

0 commit comments

Comments
 (0)