Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
"org.apache.commons" % "commons-lang3" % "3.20.0"
),
fork := true, // needed to pass javaOptions to tests, for example
licenses += ("Apache-2.0", new URL("https://www.apache.org/licenses/LICENSE-2.0.txt")),

Check warning on line 38 in build.sbt

View workflow job for this annotation

GitHub Actions / Build, Test, and Package (OS: macos-15, Node: 22.14.0, Java: 21, VS Code: stable)

constructor URL in class URL is deprecated

Check warning on line 38 in build.sbt

View workflow job for this annotation

GitHub Actions / Build, Test, and Package (OS: ubuntu-22.04, Node: 20.19.4, Java: 21, VS Code: 1.90.0)

constructor URL in class URL is deprecated

Check warning on line 38 in build.sbt

View workflow job for this annotation

GitHub Actions / Build, Test, and Package (OS: ubuntu-22.04, Node: 22.14.0, Java: 21, VS Code: 1.90.0)

constructor URL in class URL is deprecated

Check warning on line 38 in build.sbt

View workflow job for this annotation

GitHub Actions / Build, Test, and Package (OS: ubuntu-22.04, Node: 20.19.4, Java: 21, VS Code: stable)

constructor URL in class URL is deprecated

Check warning on line 38 in build.sbt

View workflow job for this annotation

GitHub Actions / Build, Test, and Package (OS: ubuntu-22.04, Node: 22.14.0, Java: 21, VS Code: stable)

constructor URL in class URL is deprecated
maintainer := "Apache Daffodil <dev@daffodil.apache.org>",
organization := "org.apache.daffodil",
// remove the -Xcheckinit option added by the sbt tpoletcat plugin. This
Expand Down Expand Up @@ -208,7 +208,7 @@
"co.fs2" %% "fs2-io" % "3.13.0",
"com.monovore" %% "decline-effect" % "2.6.1",
"org.typelevel" %% "log4cats-slf4j" % "2.8.0",
"org.scalameta" %% "munit" % "1.3.5" % Test
"org.scalameta" %% "munit" % "1.3.6" % Test
),
dependencyOverrides += "commons-io" % "commons-io" % "2.22.0",
libraryDependencies ++= getPlatformSpecificLibraries(scalaBinaryVersion.value),
Expand Down
Loading