Skip to content

Commit

Permalink
Update dependency versions
Browse files Browse the repository at this point in the history
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
  • Loading branch information
stevedlawrence committed Jul 15, 2024
1 parent bf6755f commit b601908
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
matrix:
distribution: [ temurin ]
java_version: [ 8, 11, 17 ]
scala_version: [ 2.12.15 ]
scala_version: [ 2.12.19 ]
os: [ ubuntu-20.04 ]
runs-on: ${{ matrix.os }}
env:
Expand Down
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
@@ -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/).
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
2 changes: 0 additions & 2 deletions src/main/g8/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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)

Expand Down
2 changes: 1 addition & 1 deletion src/main/g8/project/build.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit b601908

Please sign in to comment.