Skip to content

Commit 10a0eb1

Browse files
author
Dominik Helm
committed
Released 7.0.0
1 parent 84e28b7 commit 10a0eb1

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Changes.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Changes
22

3-
## 7.0.0
4-
- *we are now using Scala 3.7.4*
3+
## 7.0.0 - Released December 16th 2025
4+
- *we are now using Scala 3.7.3*
55
- *we are now using sbt 1.11.7*
66
- various API changes due to new major Scala version
77
- fixed typos and minor code style issues

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import xerial.sbt.Sonatype.sonatypeCentralHost
99
name := "OPAL Library"
1010

1111
// SNAPSHOT
12-
ThisBuild / version := "7.0.0"
12+
ThisBuild / version := "7.0.0" // December 16th, 2025
1313
// RELEASED version in ThisBuild := "6.0.0" // October 9th, 2025
1414
// RELEASED version in ThisBuild := "5.0.0" // January 23rd, 2023
1515
// RELEASED version in ThisBuild := "4.0.0" // May 7th, 2021

0 commit comments

Comments
 (0)