Skip to content

Commit

Permalink
Release SBT Plugin 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stevedlawrence committed Jan 31, 2025
1 parent ad48021 commit 7fa1396
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions site/_sbt/1.3.0.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---

release: rc1
release: final
apache: true
title: 1.3.0
date: 2025-01-24
date: 2025-01-31
summary: >
Update to Daffodil 3.10.0, support daffodil-tdml-junit, improve packageDaffodilBin logging/debugging
Expand Down
2 changes: 1 addition & 1 deletion site/dfdl-layout.md
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ The standard file tree would be:
Add the Daffodil SBT plugin to the project/plugins.sbt file:

```scala
addSbtPlugin("org.apache.daffodil" % "sbt-daffodil" % "1.1.0")
addSbtPlugin("org.apache.daffodil" % "sbt-daffodil" % "1.+")
```

This adds the [Daffodil SBT Plugin](/sbt) to the project, which configures
Expand Down

0 comments on commit 7fa1396

Please sign in to comment.