We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f935294 + 621ae20 commit ba4b370Copy full SHA for ba4b370
3 files changed
.scalafmt.conf
@@ -1,4 +1,4 @@
1
-version = 3.7.12
+version = 3.7.17
2
runner.dialect = scala211
3
project.git = true
4
align.preset = none
build.sbt
@@ -41,7 +41,7 @@ libraryDependencies ++= Seq(
41
"io.circe" %% "circe-parser" % circeVersion,
42
"org.apache.spark" %% "spark-sql" % sparkVersion % Provided,
43
"junit" % "junit" % "4.13.2" % Test,
44
- "org.scalatest" %% "scalatest" % "3.2.16" % Test,
+ "org.scalatest" %% "scalatest" % "3.2.17" % Test,
45
"com.github.sbt" % "junit-interface" % "0.13.3" % Test exclude ("junit", "junit-dep")
46
)
47
project/assembly.sbt
@@ -1 +1 @@
-addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.1")
+addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.5")
0 commit comments