Skip to content

Commit ef3b6a8

Browse files
authored
Merge pull request #35 from Atry/template
Update template
2 parents fa4270f + 5c014ac commit ef3b6a8

File tree

6 files changed

+12
-6
lines changed

6 files changed

+12
-6
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
target/
22
local.sbt
33
secret/
4+
.metals/
5+
.bloop/

.gitpod.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
image: igeolise/scalajs-test-runner:latest
2+
vscode:
3+
extensions:
4+
- scala-lang.scala@0.3.8:wQBBM+lKILHBqOqlqW60xA==
5+
- scalameta.metals@1.6.3:pVVu91DEAijx+sPKu8fgHA==

.scalafmt.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
version = "1.5.1"
2-
maxColumn = 120
1+
version = "2.2.2"
2+
maxColumn = 120

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ before_deploy:
3232

3333
deploy:
3434
- provider: script
35-
script: sbt ++$TRAVIS_SCALA_VERSION "sonatypeOpen \"Travis Job $TRAVIS_JOB_NAME $TRAVIS_JOB_NUMBER ($TRAVIS_JOB_WEB_URL)\"" publishSigned sonatypeRelease
35+
script: sbt ++$TRAVIS_SCALA_VERSION "set every Seq(sonatypeSessionName := \"Travis Job $TRAVIS_JOB_NAME $TRAVIS_JOB_NUMBER ($TRAVIS_JOB_WEB_URL)\", publishTo := sonatypePublishToBundle.value)" publishSigned sonatypeBundleRelease
3636
skip_cleanup: true
3737
on:
3838
all_branches: true

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version=1.3.0
1+
sbt.version=1.3.2

project/plugins.sbt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
addSbtPlugin("com.thoughtworks.sbt-best-practice" % "sbt-best-practice" % "7.1.1")
22

3-
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "2.5")
3+
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.8")
44

55
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "4.0.0")
66

@@ -13,4 +13,3 @@ addSbtPlugin("com.thoughtworks.example" % "sbt-example" % "7.0.0")
1313
addSbtPlugin("com.thoughtworks.sbt-scala-js-map" % "sbt-scala-js-map" % "4.0.0")
1414

1515
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.31")
16-

0 commit comments

Comments
 (0)