Skip to content

Commit 4805148

Browse files
authored
Merge pull request #670 from buildo/scala3-3.3.1
Use scala 3.3.1
2 parents 7797b68 + 2a8c610 commit 4805148

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import org.scalajs.sbtplugin.ScalaJSCrossVersion
44

55
val scala212 = "2.12.13"
66
val scala213 = "2.13.6"
7-
val scala3 = "3.0.1"
7+
val scala3 = "3.3.1"
88

99
inThisBuild(
1010
List(

0 commit comments

Comments
 (0)