From 4e9d27402e69e5b05add661d3af2443d4482c440 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 9 Dec 2024 16:06:55 +0000 Subject: [PATCH] Update dependency scala to v3.6.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index d71e9e3..ec3d284 100644 --- a/build.sbt +++ b/build.sbt @@ -13,7 +13,7 @@ ThisBuild / version := "0.3.0-SNAPSHOT" ThisBuild / organization := "com.tegonal" ThisBuild / description := "A library containing utility and helper functions for scala" -ThisBuild / scalaVersion := "3.6.1" +ThisBuild / scalaVersion := "3.6.2" lazy val root = (project in file(".")) .settings(