From 8cf8fcba34fe3a2eb12f836889c3e60da8ec72dd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 5 Sep 2023 16:14:04 +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"