From 461131a2a56ef9d5bbd45ae59ce98b5438410e99 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Sun, 9 Mar 2025 21:52:25 +0000 Subject: [PATCH] Update scala3-library to 3.6.4 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 13f3e75..4162c63 100644 --- a/build.sbt +++ b/build.sbt @@ -4,7 +4,7 @@ lazy val root = project name := "scala3-example-project", description := "Example sbt project that compiles using Scala 3", version := "0.1.0", - scalaVersion := "3.6.3", + scalaVersion := "3.6.4", scalacOptions ++= Seq("-deprecation"), libraryDependencies += "org.scalameta" %% "munit" % "1.1.0" % Test )