From a7e6c3d2f13953c31af9e52271d32f9ec106c3d3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 22 Jul 2024 06:03:07 +0000 Subject: [PATCH] Update scala-library to 2.13.14 --- project/Settings.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/project/Settings.scala b/project/Settings.scala index ae693a9..0878634 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.19", + scalaVersion := "2.13.14", organization := "com.codely", organizationName := "com.codely, Inc.", organizationHomepage := Some(url("https://com.codely")),