This is an automated email from the ASF dual-hosted git repository.
jinterrante pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil.git
The following commit(s) were added to refs/heads/main by this push:
new 8a71d8a Update sbt to 1.6.2
8a71d8a is described below
commit 8a71d8aef71f28fa1eb837f84cc40e153ea75ea4
Author: Scala Steward <[email protected]>
AuthorDate: Tue Feb 1 06:11:43 2022 +0100
Update sbt to 1.6.2
---
build.sbt | 2 +-
project/build.properties | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/build.sbt b/build.sbt
index b5e4fe2..864ff7c 100644
--- a/build.sbt
+++ b/build.sbt
@@ -172,7 +172,7 @@ lazy val commonSettings = Seq(
connection = "scm:git:https://github.com/apache/daffodil"
)
),
- licenses := Seq("Apache License, Version 2.0" ->
url("https://www.apache.org/licenses/LICENSE-2.0")),
+ licenses := Seq(License.Apache2),
homepage := Some(url("https://daffodil.apache.org")),
unmanagedBase := baseDirectory.value / "lib" / "jars",
sourceManaged := baseDirectory.value / "src_managed",
diff --git a/project/build.properties b/project/build.properties
index 5e89162..eec34b0 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -15,4 +15,4 @@
* limitations under the License.
*/
-sbt.version=1.6.1
+sbt.version=1.6.2