Skip to content

Commit 06d1171

Browse files
committed
Further dependency updates
1 parent f617adc commit 06d1171

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ inThisBuild(
3131
)
3232

3333
scalafixOnCompile := true
34-
ThisBuild / scalafixDependencies += "net.pixiv" %% "scalafix-pixiv-rule" % "3.0.1"
34+
ThisBuild / scalafixDependencies += "net.pixiv" %% "scalafix-pixiv-rule" % "4.5.3"
3535

3636
mainClass := Some("io.github.dataunitylab.jsonoid.discovery.DiscoverSchema")
3737

project/Dependencies.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,10 @@ object Dependencies {
1414
lazy val jsonSchemaValidator = "com.networknt" % "json-schema-validator" % "1.4.3"
1515
lazy val openLocationCode = "com.google.openlocationcode" % "openlocationcode" % "1.0.4"
1616
lazy val scopt = "com.github.scopt" %% "scopt" % "4.1.0"
17-
lazy val scalaCsv = "com.github.tototoshi" %% "scala-csv" % "1.3.10"
17+
lazy val scalaCsv = "com.github.tototoshi" %% "scala-csv" % "1.4.1"
1818
lazy val spark = "org.apache.spark" %% "spark-core" % "3.5.1"
1919
lazy val sparkSql = "org.apache.spark" %% "spark-sql" % "3.5.1"
20-
lazy val validator = "commons-validator" % "commons-validator" % "1.8.0"
20+
lazy val validator = "commons-validator" % "commons-validator" % "1.9.0"
2121

2222
// Test
2323
lazy val jazzer = "com.code-intelligence" % "jazzer" % "0.22.1"

project/plugins.sbt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")
44
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
55
addSbtPlugin("com.github.sbt" % "sbt-dynver" % "5.0.1")
66
addSbtPlugin("com.github.sbt" % "sbt-git" % "2.0.1")
7-
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.9.16")
7+
addSbtPlugin("com.github.sbt" % "sbt-native-packager" % "1.10.0")
88
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
9-
addSbtPlugin("com.github.sbt" % "sbt-site" % "1.5.0")
9+
addSbtPlugin("com.github.sbt" % "sbt-site" % "1.7.0")
1010
addSbtPlugin("io.kevinlee" % "sbt-github-pages" % "0.14.0")
1111
addSbtPlugin("nl.gn0s1s" % "sbt-dotenv" % "3.0.0")
1212
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")

0 commit comments

Comments
 (0)