From fd4d72b98dad57eb1f1531f3f634654cccfb33c9 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 8 Feb 2024 01:07:10 +0000 Subject: [PATCH] build(deps): update dependency scala to v3.3.1 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index e396581..b1818ed 100644 --- a/build.sbt +++ b/build.sbt @@ -49,7 +49,7 @@ lazy val root = project .enablePlugins(AutomateHeaderPlugin) .settings( name := "scala-library-template", - scalaVersion := "3.3.0", + scalaVersion := "3.3.1", scalacOptions ++= Seq( "-deprecation", "-Xfatal-warnings"