Skip to content

Commit 5234a7c

Browse files
committed
update scala3 version in build sbt
1 parent 15c4407 commit 5234a7c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build.sbt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
val scala3Version = "3.5.2"
1+
val scala3Version = "3.6.4"
22

33

44
lazy val root = project
@@ -9,6 +9,7 @@ lazy val root = project
99

1010
scalaVersion := scala3Version,
1111

12+
1213
libraryDependencies ++= Seq(
1314
"org.scalameta" %%% "munit" % "1.0.4" % Test,
1415
"org.scala-js" %%% "scalajs-dom" % "2.8.0")

0 commit comments

Comments
 (0)