@@ -13,7 +13,7 @@ scmInfo := Some(
1313 )
1414)
1515
16- scalaVersion := " 3.4.2 "
16+ scalaVersion := " 3.5.0 "
1717testFrameworks += new TestFramework (" org.scalatest.tools.Framework" )
1818enablePlugins(NativeImagePlugin )
1919
@@ -31,7 +31,7 @@ assemblyPrependShellScript := Some(defaultShellScript)
3131assembly / assemblyJarName := " pct-compose"
3232
3333libraryDependencies ++= 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(
4646libraryDependencies ++= 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