This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch update/scala-library-2.12.16
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git
commit 9f1ea3a79061d8e3934b637a58ef48038f19b6f5
Author: github-actions[bot]
<41898282+github-actions[bot]@users.noreply.github.com>
AuthorDate: Mon Jul 11 00:11:35 2022 +0000
Update scala-library to 2.12.16
---
build.sbt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/build.sbt b/build.sbt
index b0a64b8..ee447fe 100644
--- a/build.sbt
+++ b/build.sbt
@@ -39,7 +39,7 @@ lazy val commonSettings = {
),
licenses += ("Apache-2.0", new
URL("https://www.apache.org/licenses/LICENSE-2.0.txt")),
organization := "org.apache.daffodil",
- scalaVersion := "2.12.15",
+ scalaVersion := "2.12.16",
scalacOptions ++= Seq("-Ypartial-unification"),
// remove the -Xcheckinit option added by the sbt tpoletcat plugin. This
// option leads to non-reproducible builds