Skip to content

Commit bbe2edf

Browse files
committed
Update scala3-library, ... to 3.0.2
1 parent 80a6b35 commit bbe2edf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ sourceDirectory := file("dummy source directory")
22

33
val Scala212 = "2.12.14"
44
val Scala213 = "2.13.6"
5-
val Scala3 = "3.0.1"
5+
val Scala3 = "3.0.2"
66

77
ThisBuild / crossScalaVersions := Seq(Scala3, Scala212, Scala213)
88
ThisBuild / scalaVersion := (ThisBuild / crossScalaVersions).value.last

0 commit comments

Comments
 (0)