Skip to content

Commit 2c98334

Browse files
scala-stewardxuwei-k
authored andcommitted
Update scala3-library to 3.6.4
1 parent df43fd6 commit 2c98334

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ lazy val root = project
44
name := "scala3-example-project",
55
description := "Example sbt project that compiles using Scala 3",
66
version := "0.1.0",
7-
scalaVersion := "3.6.3",
7+
scalaVersion := "3.6.4",
88
scalacOptions ++= Seq("-deprecation"),
99
libraryDependencies += "org.scalameta" %% "munit" % "1.1.0" % Test
1010
)

0 commit comments

Comments
 (0)