This is an automated email from the ASF dual-hosted git repository.
hdalsania pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git
The following commit(s) were added to refs/heads/main by this push:
new f269740b Update scala3-library to 3.3.8
f269740b is described below
commit f269740bbdd5f29f38679db2bf9c7b7a60412f2d
Author: Scala Steward <[email protected]>
AuthorDate: Sun Jun 14 14:09:34 2026 +0000
Update scala3-library to 3.3.8
---
build.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sbt b/build.sbt
index 5e59ef47..619a9e3d 100644
--- a/build.sbt
+++ b/build.sbt
@@ -223,7 +223,7 @@ lazy val debugger =
)
.jvmPlatform(
scalaVersions =
- Seq("2.12.20", "2.13.18") ++ (if
(scala.util.Properties.isJavaAtLeast("17")) Seq("3.3.6") else Seq())
+ Seq("2.12.20", "2.13.18") ++ (if
(scala.util.Properties.isJavaAtLeast("17")) Seq("3.3.8") else Seq())
)
def getPlatformSpecificLibraries(scalaBinaryVersion: String) =