Skip to content
Open
Show file tree
Hide file tree
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 amber/LICENSE-binary-java
Original file line number Diff line number Diff line change
Expand Up @@ -573,7 +573,7 @@ Scala/Java jars:
- org.reactivestreams.reactive-streams-1.0.4.jar
- org.slf4j.jcl-over-slf4j-1.7.26.jar
- org.slf4j.jul-to-slf4j-1.7.26.jar
- org.slf4j.slf4j-api-1.7.26.jar
- org.slf4j.slf4j-api-2.0.18.jar
- org.typelevel.cats-core_2.13-2.11.0.jar
- org.typelevel.cats-kernel_2.13-2.11.0.jar
- org.typelevel.fs2-grpc-runtime_2.13-2.11.0.jar
Expand Down
2 changes: 1 addition & 1 deletion amber/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ val jacksonVersion = "2.18.8"
val mbknorJacksonJsonSchemaDependencies = Seq(
"com.fasterxml.jackson.core" % "jackson-databind" % jacksonVersion,
"javax.validation" % "validation-api" % "2.0.1.Final",
"org.slf4j" % "slf4j-api" % "1.7.26",
"org.slf4j" % "slf4j-api" % "2.0.18",
Comment thread
aglinxinyuan marked this conversation as resolved.
"io.github.classgraph" % "classgraph" % "4.8.184",
"ch.qos.logback" % "logback-classic" % "1.2.13" % "test",
"com.github.java-json-tools" % "json-schema-validator" % "2.2.14" % "test",
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@
Test / forkOptions := (Test / forkOptions).value
.withWorkingDirectory((ThisBuild / baseDirectory).value),
Test / testGrouping := (Test / definedTests).value.map { suite =>
Tests.Group(suite.name, Seq(suite), Tests.SubProcess((Test / forkOptions).value))

Check warning on line 182 in build.sbt

View workflow job for this annotation

GitHub Actions / Bench

The evaluation of `/` inside an anonymous function is prohibited.

Check warning on line 182 in build.sbt

View workflow job for this annotation

GitHub Actions / Bench

The evaluation of `/` inside an anonymous function is prohibited.

Check warning on line 182 in build.sbt

View workflow job for this annotation

GitHub Actions / build / amber (ubuntu-latest, 17)

The evaluation of `/` inside an anonymous function is prohibited.

Check warning on line 182 in build.sbt

View workflow job for this annotation

GitHub Actions / build / amber-integration (ubuntu-latest, 17)

The evaluation of `/` inside an anonymous function is prohibited.

Check warning on line 182 in build.sbt

View workflow job for this annotation

GitHub Actions / build / platform (config-service)

The evaluation of `/` inside an anonymous function is prohibited.

Check warning on line 182 in build.sbt

View workflow job for this annotation

GitHub Actions / build / amber-integration (macos-latest, 17)

The evaluation of `/` inside an anonymous function is prohibited.

Check warning on line 182 in build.sbt

View workflow job for this annotation

GitHub Actions / build / platform (notebook-migration-service)

The evaluation of `/` inside an anonymous function is prohibited.

Check warning on line 182 in build.sbt

View workflow job for this annotation

GitHub Actions / build / platform (computing-unit-managing-service)

The evaluation of `/` inside an anonymous function is prohibited.

Check warning on line 182 in build.sbt

View workflow job for this annotation

GitHub Actions / build / platform (file-service)

The evaluation of `/` inside an anonymous function is prohibited.

Check warning on line 182 in build.sbt

View workflow job for this annotation

GitHub Actions / build / platform (workflow-compiling-service)

The evaluation of `/` inside an anonymous function is prohibited.

Check warning on line 182 in build.sbt

View workflow job for this annotation

GitHub Actions / build / platform (access-control-service)

The evaluation of `/` inside an anonymous function is prohibited.
}
)

Expand All @@ -204,7 +204,7 @@
"com.fasterxml.jackson.core" % "jackson-core" % jacksonVersion,
"com.fasterxml.jackson.core" % "jackson-databind" % jacksonVersion,
"com.fasterxml.jackson.module" %% "jackson-module-scala" % jacksonVersion,
"org.slf4j" % "slf4j-api" % "1.7.26",
"org.slf4j" % "slf4j-api" % "2.0.18",
"org.eclipse.jetty" % "jetty-server" % "9.4.20.v20190813",
"org.eclipse.jetty" % "jetty-servlet" % "9.4.20.v20190813",
"org.eclipse.jetty" % "jetty-http" % "9.4.20.v20190813"
Expand Down
Loading