This is an automated email from the ASF dual-hosted git repository.
olabusayoT 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 cc71a83 Downgrade sbt version to 1.12.11
cc71a83 is described below
commit cc71a8333bb56c0b9f3355376c4fc3ea89df917e
Author: olabusayoT <[email protected]>
AuthorDate: Tue Jun 23 09:24:19 2026 -0400
Downgrade sbt version to 1.12.11
- 1.12.12/13 is causing an acccess denied permissions error in the windows
runner. Reverting back to 1.12.11 until it is fixed.
---
project/build.properties | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/project/build.properties b/project/build.properties
index 8074794..811bd38 100644
--- a/project/build.properties
+++ b/project/build.properties
@@ -15,4 +15,4 @@
* limitations under the License.
*/
-sbt.version=1.12.12
+sbt.version=1.12.11