From aba49598fd9667d174f119b1034b0397660983c8 Mon Sep 17 00:00:00 2001 From: Steve Lawrence Date: Mon, 15 Jul 2024 10:04:28 -0400 Subject: [PATCH] Update dependency versions Bumps versions of all dependencies, no functional changes Removes scalaVersion setting from build.sbt template--the latest version of the sbt-daffodil plugin automatically sets the value based on Daffodil and Java versions and so should not be specified --- NOTICE | 2 +- project/build.properties | 2 +- project/plugins.sbt | 2 +- src/main/g8/build.sbt | 2 -- src/main/g8/project/build.properties | 2 +- 5 files changed, 4 insertions(+), 6 deletions(-) diff --git a/NOTICE b/NOTICE index b09ed99..55684a1 100644 --- a/NOTICE +++ b/NOTICE @@ -1,5 +1,5 @@ Apache Daffodil DFDL Schema Template -Copyright 2021 The Apache Software Foundation +Copyright 2024 The Apache Software Foundation This product includes software developed at The Apache Software Foundation (http://www.apache.org/). diff --git a/project/build.properties b/project/build.properties index 36f0e34..2ca82e8 100644 --- a/project/build.properties +++ b/project/build.properties @@ -13,4 +13,4 @@ # See the License for the specific language governing permissions and # limitations under the License. -sbt.version=1.9.9 +sbt.version=1.10.1 diff --git a/project/plugins.sbt b/project/plugins.sbt index 1959ab8..962949a 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -13,6 +13,6 @@ // See the License for the specific language governing permissions and // limitations under the License. -addSbtPlugin("org.foundweekends.giter8" %% "sbt-giter8" % "0.13.1") +addSbtPlugin("org.foundweekends.giter8" %% "sbt-giter8" % "0.16.2") addSbtPlugin("org.musigma" % "sbt-rat" % "0.7.0") diff --git a/src/main/g8/build.sbt b/src/main/g8/build.sbt index 3777bdc..359b054 100644 --- a/src/main/g8/build.sbt +++ b/src/main/g8/build.sbt @@ -20,8 +20,6 @@ organization := "$package$" version := "0.1.0-SNAPSHOT" -scalaVersion := "2.12.19" - // for details about DaffodilPlugin settings, see https://github.com/apache/daffodil-sbt enablePlugins(DaffodilPlugin) diff --git a/src/main/g8/project/build.properties b/src/main/g8/project/build.properties index c3f8670..3fdf626 100644 --- a/src/main/g8/project/build.properties +++ b/src/main/g8/project/build.properties @@ -14,4 +14,4 @@ $! # See the License for the specific language governing permissions and # limitations under the License. !$ -sbt.version=1.9.9 +sbt.version=1.10.1