1515 * under the License.
1616 */
1717
18- import com .typesafe .sbt .SbtGit .GitKeys .gitRemoteRepo
18+ import com .github .sbt . git .SbtGit .GitKeys .gitRemoteRepo
1919import _root_ .io .regadas .sbt .SbtSoccoKeys ._
2020
2121organization := " com.spotify"
2222name := " big-data-rosetta-code"
2323version := " 0.1.0-SNAPSHOT"
2424
25- val scioVersion = " 0.11.4 "
25+ val scioVersion = " 0.13.5 "
2626val scaldingVersion = " 0.17.4"
27- val sparkVersion = " 3.2.1 "
28- val algebirdVersion = " 0.13.9 "
29- val scalacheckVersion = " 1.16 .0"
27+ val sparkVersion = " 3.5.0 "
28+ val algebirdVersion = " 0.13.10 "
29+ val scalacheckVersion = " 1.17 .0"
3030val scalameterVersion = " 0.19"
31- val scalatestVersion = " 3.2.11 "
32- val scalatestPlusVersion = " 3.1.0.0-RC2 "
31+ val scalatestVersion = " 3.2.17 "
32+ val scalatestPlusVersion = " 3.2.17.0 "
3333
34- scalaVersion := " 2.12.13 "
34+ scalaVersion := " 2.12.18 "
3535scalacOptions ++= Seq (
3636 " -target:jvm-1.8" ,
3737 " -deprecation" ,
@@ -51,7 +51,7 @@ libraryDependencies ++= Seq(
5151 " org.apache.spark" %% " spark-core" % sparkVersion,
5252 " org.apache.spark" %% " spark-mllib" % sparkVersion,
5353 " org.scalatest" %% " scalatest" % scalatestVersion % " test" ,
54- " org.scalatestplus" %% " scalatestplus- scalacheck" % scalatestPlusVersion % " test" ,
54+ " org.scalatestplus" %% " scalacheck-1-17 " % scalatestPlusVersion % " test" ,
5555 " org.scalacheck" %% " scalacheck" % scalacheckVersion % " test" ,
5656 " com.storm-enroute" %% " scalameter" % scalameterVersion % " test"
5757)
0 commit comments