File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ inThisBuild(
31
31
)
32
32
33
33
scalafixOnCompile := true
34
- ThisBuild / scalafixDependencies += " net.pixiv" %% " scalafix-pixiv-rule" % " 3.0.1 "
34
+ ThisBuild / scalafixDependencies += " net.pixiv" %% " scalafix-pixiv-rule" % " 4.5.3 "
35
35
36
36
mainClass := Some (" io.github.dataunitylab.jsonoid.discovery.DiscoverSchema" )
37
37
Original file line number Diff line number Diff line change @@ -14,10 +14,10 @@ object Dependencies {
14
14
lazy val jsonSchemaValidator = " com.networknt" % " json-schema-validator" % " 1.4.3"
15
15
lazy val openLocationCode = " com.google.openlocationcode" % " openlocationcode" % " 1.0.4"
16
16
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 "
18
18
lazy val spark = " org.apache.spark" %% " spark-core" % " 3.5.1"
19
19
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"
21
21
22
22
// Test
23
23
lazy val jazzer = " com.code-intelligence" % " jazzer" % " 0.22.1"
Original file line number Diff line number Diff line change @@ -4,9 +4,9 @@ addSbtPlugin("com.eed3si9n" % "sbt-buildinfo" % "0.12.0")
4
4
addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.5.12" )
5
5
addSbtPlugin(" com.github.sbt" % " sbt-dynver" % " 5.0.1" )
6
6
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 " )
8
8
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" )
10
10
addSbtPlugin(" io.kevinlee" % " sbt-github-pages" % " 0.14.0" )
11
11
addSbtPlugin(" nl.gn0s1s" % " sbt-dotenv" % " 3.0.0" )
12
12
addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.2" )
You can’t perform that action at this time.
0 commit comments