Skip to content

Commit

Permalink
Bump deps up (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
pomadchin authored Feb 9, 2022
1 parent d9d5767 commit 978febc
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.1.1
version = 3.4.2
runner.dialect = scala212
indent.main = 2
indent.significant = 2
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ lazy val core = project
"org.typelevel" %% "cats-core" % "2.6.1",
"com.chuusai" %% "shapeless" % "2.3.3", // to be compatible with Spark 3.1.x
"org.apache.spark" %% "spark-hive" % "3.1.2" % Provided,
"org.scalatest" %% "scalatest" % "3.2.10" % Test
"org.scalatest" %% "scalatest" % "3.2.11" % Test
)
)

Expand Down
3 changes: 1 addition & 2 deletions project/build.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
sbt.version=1.5.5

sbt.version=1.6.2
6 changes: 3 additions & 3 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.5.3")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0")
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.1")
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.5")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3")
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "1.1.0")

0 comments on commit 978febc

Please sign in to comment.