diff --git a/build.sbt b/build.sbt index 84991f6..78c8c5d 100644 --- a/build.sbt +++ b/build.sbt @@ -9,7 +9,7 @@ lazy val root = (project in file(".")) .settings( inThisBuild(List( organization := "com.techmonal", - scalaVersion := "2.13.5" + scalaVersion := "2.13.10" )), name := "spark-datasets" )