From 4a3a247e81f902f8bd79fb481b87cdda14320a43 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Wed, 22 Jan 2025 21:11:38 +0000 Subject: [PATCH] Update scala3-library to 3.6.3 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e17bfe1..44d3f42 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.2", + scalaVersion := "3.6.3", scalacOptions ++= Seq("-deprecation"), libraryDependencies += "org.scalameta" %% "munit" % "1.0.4" % Test )