Skip to content

Commit

Permalink
Merge branch 'main' into update/sbt-1.9.6
Browse files Browse the repository at this point in the history
  • Loading branch information
blemale authored Sep 29, 2023
2 parents 42c1f38 + 3f0e4bd commit aba1537
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.7.2
version = 3.7.14
runner.dialect = scala212
fileOverride {
"glob:**.sbt" {
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ libraryDependencies ++=
"com.github.ben-manes.caffeine" % "caffeine" % CaffeineVersion.value,
"org.scala-lang.modules" %% "scala-java8-compat" % "1.0.2",
"com.google.code.findbugs" % "jsr305" % "3.0.2" % "provided",
"org.scalactic" %% "scalactic" % "3.2.16" % "test",
"org.scalatest" %% "scalatest" % "3.2.15" % "test"
"org.scalactic" %% "scalactic" % "3.2.17" % "test",
"org.scalatest" %% "scalatest" % "3.2.17" % "test"
)

scalafmtOnCompile := true
Expand Down
6 changes: 3 additions & 3 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.7")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9")

addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.8")
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.11")

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")

addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")

Expand Down

0 comments on commit aba1537

Please sign in to comment.