Skip to content

Commit 0b6d98f

Browse files
authored
Merge pull request #11 from CodelyTV/update/scala-library-2.12.20
Update scala-library to 2.12.20
2 parents 23a981b + 68892c7 commit 0b6d98f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Settings.scala

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

0 commit comments

Comments
 (0)