You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by gi...@apache.org on 2022/07/11 00:11:39 UTC

[daffodil-vscode] branch update/scala-library-2.12.16 created (now 9f1ea3a)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch update/scala-library-2.12.16
in repository https://gitbox.apache.org/repos/asf/daffodil-vscode.git


      at 9f1ea3a  Update scala-library to 2.12.16

This branch includes the following new commits:

     new 9f1ea3a  Update scala-library to 2.12.16

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[daffodil-vscode] 01/01: Update scala-library to 2.12.16

Posted by gi...@apache.org.
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] <41...@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