Skip to content

Commit ba4b370

Browse files
authored
Merge branch 'master' into update/sbt-scalafmt-2.5.2
2 parents f935294 + 621ae20 commit ba4b370

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = 3.7.12
1+
version = 3.7.17
22
runner.dialect = scala211
33
project.git = true
44
align.preset = none

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ libraryDependencies ++= Seq(
4141
"io.circe" %% "circe-parser" % circeVersion,
4242
"org.apache.spark" %% "spark-sql" % sparkVersion % Provided,
4343
"junit" % "junit" % "4.13.2" % Test,
44-
"org.scalatest" %% "scalatest" % "3.2.16" % Test,
44+
"org.scalatest" %% "scalatest" % "3.2.17" % Test,
4545
"com.github.sbt" % "junit-interface" % "0.13.3" % Test exclude ("junit", "junit-dep")
4646
)
4747

project/assembly.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.1")
1+
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.5")

0 commit comments

Comments
 (0)