Skip to content

Commit abbcf33

Browse files
authored
chore: bump dependencies (#553)
1 parent 8fbe53d commit abbcf33

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

build.mill

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,10 @@ trait SjsonnetCrossModule extends CrossScalaModule with ScalafmtModule {
4747
def crossValue: String
4848
def mvnDeps = Seq(
4949
mvn"com.lihaoyi::fastparse::3.1.1",
50-
mvn"com.lihaoyi::pprint::0.9.3",
50+
mvn"com.lihaoyi::pprint::0.9.4",
5151
mvn"com.lihaoyi::ujson::4.4.1",
5252
mvn"com.lihaoyi::scalatags::0.13.1",
53-
mvn"org.scala-lang.modules::scala-collection-compat::2.13.0"
53+
mvn"org.scala-lang.modules::scala-collection-compat::2.14.0"
5454
)
5555

5656
def generatedSources = Task {
@@ -84,8 +84,8 @@ trait SjsonnetCrossModule extends CrossScalaModule with ScalafmtModule {
8484

8585
trait SjsonnetJvmNative extends ScalaModule {
8686
def mvnDeps = super.mvnDeps() ++ Seq(
87-
mvn"com.lihaoyi::os-lib::0.11.4",
88-
mvn"com.lihaoyi::mainargs::0.7.6"
87+
mvn"com.lihaoyi::os-lib::0.11.6",
88+
mvn"com.lihaoyi::mainargs::0.7.7"
8989
)
9090
}
9191

build.sbt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,13 @@ lazy val main = (project in file("sjsonnet"))
1616
Test / baseDirectory := (ThisBuild / baseDirectory).value,
1717
libraryDependencies ++= Seq(
1818
"com.lihaoyi" %% "fastparse" % "3.1.1",
19-
"com.lihaoyi" %% "pprint" % "0.9.3",
19+
"com.lihaoyi" %% "pprint" % "0.9.4",
2020
"com.lihaoyi" %% "ujson" % "4.4.1",
2121
"com.lihaoyi" %% "scalatags" % "0.13.1",
22-
"com.lihaoyi" %% "os-lib" % "0.11.4",
23-
"com.lihaoyi" %% "mainargs" % "0.7.6",
22+
"com.lihaoyi" %% "os-lib" % "0.11.6",
23+
"com.lihaoyi" %% "mainargs" % "0.7.7",
2424
"org.lz4" % "lz4-java" % "1.8.0",
25-
"org.scala-lang.modules" %% "scala-collection-compat" % "2.13.0",
25+
"org.scala-lang.modules" %% "scala-collection-compat" % "2.14.0",
2626
"org.tukaani" % "xz" % "1.10",
2727
"org.yaml" % "snakeyaml" % "2.5",
2828
"com.google.re2j" % "re2j" % "1.8"

0 commit comments

Comments
 (0)