From 3385b387958ca0d9a4f29acc3aeedc7fa0f58d57 Mon Sep 17 00:00:00 2001 From: Scala Steward Date: Tue, 12 Apr 2022 23:48:52 +0200 Subject: [PATCH] Update scala3-library to 3.1.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e8efed6..37b6d91 100644 --- a/build.sbt +++ b/build.sbt @@ -4,6 +4,6 @@ lazy val root = project name := "scala3-example-project", description := "Example sbt project that compiles using Scala 3", version := "0.1.0", - scalaVersion := "3.1.1", + scalaVersion := "3.1.2", libraryDependencies += "org.scalameta" %% "munit" % "0.7.29" % Test )