Skip to content

Commit

Permalink
Merge pull request #24 from ChinthapallyAkanksha/spark-3.1
Browse files Browse the repository at this point in the history
Changed the scala version from 2.12.15 to 2.12.10
  • Loading branch information
badrinathpatchikolla authored Nov 21, 2022
2 parents 0ec5587 + 0421870 commit f0af932
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
ThisBuild / name := "bigquery.almaren"
ThisBuild / organization := "com.github.music-of-the-ainur"

lazy val scala212 = "2.12.15"
lazy val scala212 = "2.12.10"

ThisBuild / scalaVersion := scala212

Expand Down

0 comments on commit f0af932

Please sign in to comment.