File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- version = 3.1 . 1
1+ version = 3.4 . 2
22runner.dialect = scala212
33indent.main = 2
44indent.significant = 2
Original file line number Diff line number Diff line change @@ -63,7 +63,7 @@ lazy val core = project
6363 " org.typelevel" %% " cats-core" % " 2.6.1" ,
6464 " com.chuusai" %% " shapeless" % " 2.3.3" , // to be compatible with Spark 3.1.x
6565 " org.apache.spark" %% " spark-hive" % " 3.1.2" % Provided ,
66- " org.scalatest" %% " scalatest" % " 3.2.10 " % Test
66+ " org.scalatest" %% " scalatest" % " 3.2.11 " % Test
6767 )
6868 )
6969
Original file line number Diff line number Diff line change 1- sbt.version =1.5.5
2-
1+ sbt.version =1.6.2
Original file line number Diff line number Diff line change 1- addSbtPlugin(" com.timushev.sbt" % " sbt-updates" % " 0.5.3 " )
2- addSbtPlugin(" de.heikoseeberger" % " sbt-header" % " 5.6.0 " )
1+ addSbtPlugin(" com.timushev.sbt" % " sbt-updates" % " 0.6.1 " )
2+ addSbtPlugin(" de.heikoseeberger" % " sbt-header" % " 5.6.5 " )
33addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.4.3" )
4- addSbtPlugin(" com.geirsson " % " sbt-ci-release" % " 1.5.7 " )
4+ addSbtPlugin(" com.github.sbt " % " sbt-ci-release" % " 1.5.10 " )
55addSbtPlugin(" com.eed3si9n" % " sbt-assembly" % " 1.1.0" )
You can’t perform that action at this time.
0 commit comments