From 21a1fb948c17ee29146dbafb4162394f42127050 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 7 Oct 2025 06:02:18 +0000 Subject: [PATCH] Update scala-library to 2.13.17 --- project/Settings.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Settings.scala b/project/Settings.scala index e2af825..03943b1 100644 --- a/project/Settings.scala +++ b/project/Settings.scala @@ -6,7 +6,7 @@ object Settings { val settings = Seq( name := "spark-for-devs-course", version := "0.1.0-SNAPSHOT", - scalaVersion := "2.12.20", + scalaVersion := "2.13.17", organization := "com.codely", organizationName := "com.codely, Inc.", organizationHomepage := Some(url("https://com.codely")),