Skip to content

Commit 591a0ac

Browse files
committed
Update scala3-library to 3.7.0
1 parent e5ea66f commit 591a0ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/ScalaVersions.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ object ScalaVersions {
22
val scala211 = "2.11.12"
33
val scala212 = "2.12.20"
44
val scala213 = "2.13.16"
5-
val scala3 = "3.6.4"
5+
val scala3 = "3.7.0"
66

77
def allScalaVersions(excluding: String => Boolean = _ => false): List[String] =
88
List(scala211, scala212, scala213, scala3).filterNot(excluding)

0 commit comments

Comments
 (0)