Skip to content

Commit 3a6cbd3

Browse files
authored
Merge branch 'main' into update/scala-library-2.13.8
2 parents bd3d1d8 + 8bdde5e commit 3a6cbd3

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.scalafmt.conf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
version=3.0.6
1+
version=3.0.8
22
style = defaultWithAlign
33
maxColumn = 100
44

project/plugins.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
33
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.24")
44
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
55
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "5.6.0")
6-
addSbtPlugin("com.alejandrohdezma" % "sbt-github" % "0.10.0")
7-
addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % "0.10.0")
8-
addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.10.0")
6+
addSbtPlugin("com.alejandrohdezma" % "sbt-github" % "0.10.1")
7+
addSbtPlugin("com.alejandrohdezma" % "sbt-github-header" % "0.10.1")
8+
addSbtPlugin("com.alejandrohdezma" % "sbt-github-mdoc" % "0.10.1")
99
addSbtPlugin("com.alejandrohdezma" % "sbt-remove-test-from-pom" % "0.1.0")

0 commit comments

Comments
 (0)