From d79b29c8343d19e639e74137538ea9bcd1b106d8 Mon Sep 17 00:00:00 2001 From: Tomasz Godzik Date: Tue, 14 Nov 2023 19:38:27 +0100 Subject: [PATCH] bugfix: Fix sbt integration tests Looks like a bug that was present long time ago in sbt. I think it might be related to https://github.com/sbt/sbt/issues/5501 Running update manually fixes things. --- .../sbt-test/sbt-bloop/cross-compile-test-configurations/test | 1 + 1 file changed, 1 insertion(+) diff --git a/integrations/sbt-bloop/src/sbt-test/sbt-bloop/cross-compile-test-configurations/test b/integrations/sbt-bloop/src/sbt-test/sbt-bloop/cross-compile-test-configurations/test index 1a372bf225..5da6de91e3 100644 --- a/integrations/sbt-bloop/src/sbt-test/sbt-bloop/cross-compile-test-configurations/test +++ b/integrations/sbt-bloop/src/sbt-test/sbt-bloop/cross-compile-test-configurations/test @@ -6,5 +6,6 @@ > checkBloopFile $ copy-file changes/export-jars.sbt export-jars.sbt > reload +> updateClassifiers > bloopInstall > checkSourceAndDocs \ No newline at end of file