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

slawrence pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil-sbt.git


The following commit(s) were added to refs/heads/main by this push:
     new 184150d  Bump Daffodil/Scala/Sbt versions
184150d is described below

commit 184150d4ff8564ec84124378cfa0684718c89082
Author: Steve Lawrence <[email protected]>
AuthorDate: Tue Jun 18 10:45:14 2024 -0400

    Bump Daffodil/Scala/Sbt versions
    
    Closes #35
---
 build.sbt                                               | 2 +-
 project/build.properties                                | 2 +-
 src/main/scala/org/apache/daffodil/DaffodilPlugin.scala | 2 +-
 src/sbt-test/sbt-daffodil/versions-01/test.script       | 6 ++++++
 4 files changed, 9 insertions(+), 3 deletions(-)

diff --git a/build.sbt b/build.sbt
index 6f4c9a5..8ad5b73 100644
--- a/build.sbt
+++ b/build.sbt
@@ -21,7 +21,7 @@ organization := "org.apache.daffodil"
 
 version := "1.1.0-SNAPSHOT"
 
-scalaVersion := "2.12.18"
+scalaVersion := "2.12.19"
 
 scalacOptions ++= Seq(
   "-Ywarn-unused:imports",
diff --git a/project/build.properties b/project/build.properties
index 92ae7e1..7d22d69 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -15,4 +15,4 @@
  * limitations under the License.
  */
 
-sbt.version=1.9.8
+sbt.version=1.10.0
diff --git a/src/main/scala/org/apache/daffodil/DaffodilPlugin.scala 
b/src/main/scala/org/apache/daffodil/DaffodilPlugin.scala
index b59e5f9..a262a6f 100644
--- a/src/main/scala/org/apache/daffodil/DaffodilPlugin.scala
+++ b/src/main/scala/org/apache/daffodil/DaffodilPlugin.scala
@@ -73,7 +73,7 @@ object DaffodilPlugin extends AutoPlugin {
     /**
      * Default Daffodil version
      */
-    daffodilVersion := "3.7.0",
+    daffodilVersion := "3.8.0",
 
     /**
      * Disable uncommon features by default, schema projects must explicitly 
enable them to use
diff --git a/src/sbt-test/sbt-daffodil/versions-01/test.script 
b/src/sbt-test/sbt-daffodil/versions-01/test.script
index 05e0390..f6c33a3 100644
--- a/src/sbt-test/sbt-daffodil/versions-01/test.script
+++ b/src/sbt-test/sbt-daffodil/versions-01/test.script
@@ -16,6 +16,12 @@
 ## under the License.
 ## 
 
+> set daffodilVersion := "3.8.0"
+> packageDaffodilBin
+$ exists target/test-0.1-daffodil380.bin
+> test
+> clean
+
 > set daffodilVersion := "3.7.0"
 > packageDaffodilBin
 $ exists target/test-0.1-daffodil370.bin

Reply via email to