From 7b7fef553c9b392f422fc1fb868d9337ed5c8a18 Mon Sep 17 00:00:00 2001 From: Matthias Kurz Date: Sun, 12 Apr 2026 14:23:24 +0200 Subject: [PATCH] Make rest of samples work with sbt 2 --- run-sbt-command | 8 -------- 1 file changed, 8 deletions(-) diff --git a/run-sbt-command b/run-sbt-command index 4e79768c2..c73bfb68b 100755 --- a/run-sbt-command +++ b/run-sbt-command @@ -12,14 +12,6 @@ sbt2_version="${MATRIX_SBT2:-2.0.0-RC11}" run_sbt2="${RUN_SBT2_TESTS:-true}" sbt2_blacklist=( - # https://github.com/gatling/gatling-sbt-plugin not published for sbt 2 - "scala/rest-api" - "java/rest-api" - # https://github.com/tototoshi/sbt-slick-codegen/pull/103 - "scala/isolated-slick" - # https://github.com/apache/pekko-grpc/issues/677 - "scala/grpc" - "java/grpc" ) skip_sbt2="false"