Skip to content

Commit

Permalink
Merge pull request ThoughtWorksInc#28 from ThoughtWorksInc/update/tem…
Browse files Browse the repository at this point in the history
…plate/scalafmt-core-3.1.2

Update scalafmt-core to 3.1.2 in template
  • Loading branch information
Atry authored Jan 10, 2023
2 parents e27f684 + 32568fb commit d5b311a
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .git-blame-ignore-revs
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Scala Steward: Reformat with scalafmt 3.1.2
fb6cfb8aea15a1b339e3ed69e1e96acd7df4cae6
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
runner.dialect = scala212source3
version = "3.1.1"
version = "3.1.2"
maxColumn = 80
4 changes: 3 additions & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
addSbtPlugin("com.thoughtworks.sbt-best-practice" % "sbt-best-practice" % "8.2.4")
addSbtPlugin(
"com.thoughtworks.sbt-best-practice" % "sbt-best-practice" % "8.2.4"
)

addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.8")

Expand Down
9 changes: 7 additions & 2 deletions secret.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,15 @@ lazy val secret = {
IO.delete(secretDirectory)
org.eclipse.jgit.api.Git
.cloneRepository()
.setURI("https://github.com/ThoughtWorksInc/tw-data-china-continuous-delivery-password.git")
.setURI(
"https://github.com/ThoughtWorksInc/tw-data-china-continuous-delivery-password.git"
)
.setDirectory(secretDirectory)
.setCredentialsProvider(
new org.eclipse.jgit.transport.UsernamePasswordCredentialsProvider(token, "")
new org.eclipse.jgit.transport.UsernamePasswordCredentialsProvider(
token,
""
)
)
.call()
.close()
Expand Down

0 comments on commit d5b311a

Please sign in to comment.