From e333ff6c9f3e98f6af5a8c5241a3f0485dec125e Mon Sep 17 00:00:00 2001 From: Lorenzo Gabriele Date: Fri, 8 Mar 2024 16:28:24 +0100 Subject: [PATCH] Add 2.13.13 and 2.12.19 to supported bridges list --- build.sc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/build.sc b/build.sc index 198bc24eb80..4db1bab213e 100644 --- a/build.sc +++ b/build.sc @@ -252,6 +252,7 @@ val bridgeScalaVersions = Seq( "2.12.16", "2.12.17", "2.12.18", + "2.12.19", /*"2.13.0", "2.13.1", "2.13.2",*/ "2.13.3", "2.13.4", "2.13.5", @@ -261,7 +262,8 @@ val bridgeScalaVersions = Seq( "2.13.9", "2.13.10", "2.13.11", - "2.13.12" + "2.13.12", + "2.13.13" ) // We limit the number of compiler bridges to compile and publish for local