Skip to content

Commit 8780f91

Browse files
committed
Update scala3-library to 3.6.4
1 parent 065a24f commit 8780f91

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.3"
5+
val scala3 = "3.6.4"
66

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

0 commit comments

Comments
 (0)