Skip to content

Commit a7e6c3d

Browse files
Update scala-library to 2.13.14
1 parent deae015 commit a7e6c3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Settings.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ object Settings {
66
val settings = Seq(
77
name := "spark-for-devs-course",
88
version := "0.1.0-SNAPSHOT",
9-
scalaVersion := "2.12.19",
9+
scalaVersion := "2.13.14",
1010
organization := "com.codely",
1111
organizationName := "com.codely, Inc.",
1212
organizationHomepage := Some(url("https://com.codely")),

0 commit comments

Comments
 (0)