From 43869cd65f0d7006309b12af317c713f6ffbc43f Mon Sep 17 00:00:00 2001 From: Mikael Vejdemo-Johansson Date: Thu, 12 Dec 2024 10:51:11 +0100 Subject: [PATCH] Update required scalaVersion to the now released 3.6.2 --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index ab04210c..52fc80ad 100644 --- a/build.sbt +++ b/build.sbt @@ -1,7 +1,7 @@ name := "TDA4j" organization := "org.appliedtopology" version := "0.1.0-alpha" -scalaVersion := "3.6.2-RC2" +scalaVersion := "3.6.2" versionScheme := Some("semver-spec")