Skip to content

Commit

Permalink
Merge branch 'main' into update/sbt-scalafix-0.9.31
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongl authored Oct 18, 2021
2 parents d75c939 + ee8b866 commit 516e5f2
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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.0.0
version = 3.0.6
maxColumn = 150
align.preset = more
rewrite.rules = [SortModifiers]
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ lazy val root = (project in file(".")).settings(
"technology.tabula" % "tabula" % "1.0.5",
"org.typelevel" %% "cats-core" % "2.6.1",
"org.apache.poi" % "poi-ooxml" % "5.0.0",
"com.chuusai" %% "shapeless" % "2.3.3",
"com.chuusai" %% "shapeless" % "2.3.7",
"org.scalactic" %% "scalactic" % "3.2.9",
"org.scalatest" %% "scalatest-wordspec" % "3.2.9" % Test,
"org.scalatest" %% "scalatest-wordspec" % "3.2.10" % Test,
"org.scalamock" %% "scalamock" % "5.1.0" % Test
)
)
10 changes: 5 additions & 5 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,20 +2,20 @@ resolvers += "Artima Maven Repository" at "https://repo.artima.com/releases"

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3")

addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.8.2")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.1")

addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.1")

addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.1.1")

addSbtPlugin("com.artima.supersafe" % "sbtplugin" % "1.1.12")

addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.7")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.10")

addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.1.2")

addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.1")
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "1.0.2")

addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.7")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.9")

addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.31")
addSbtPlugin("ch.epfl.scala" % "sbt-scalafix" % "0.9.31")

0 comments on commit 516e5f2

Please sign in to comment.