Skip to content

Commit 8a3f5cf

Browse files
authored
deps: bump scalafmt to 3.0.7 and sbt-cli-relase to 1.5.10 (scoverage#404)
1 parent a2dec5e commit 8a3f5cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.scalafmt.conf

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version = "3.0.6"
1+
version = "3.0.7"
22
project.git = true
33
runner.dialect = "scala213"
44
assumeStandardLibraryStripMargin = true

project/plugins.sbt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.7.1")
22
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.1.0")
3-
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.9")
3+
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
44

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

0 commit comments

Comments
 (0)