Skip to content

Commit

Permalink
Merge branch 'master' into update/sbt-1.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Atry authored Dec 24, 2019
2 parents b601e50 + ade75d4 commit 3d9ad62
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 4 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
target/
local.sbt
secret/
.metals/
.bloop/
5 changes: 5 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
image: igeolise/scalajs-test-runner:latest
vscode:
extensions:
- [email protected]:wQBBM+lKILHBqOqlqW60xA==
- [email protected]:pVVu91DEAijx+sPKu8fgHA==
4 changes: 2 additions & 2 deletions .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
version = "1.5.1"
maxColumn = 120
version = "2.2.2"
maxColumn = 120
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ dependsOn(
`skip-duplicate-java-publish`
)

libraryDependencies += "com.lihaoyi" %% "sourcecode" % "0.1.8"
libraryDependencies += "com.lihaoyi" %% "sourcecode" % "0.1.9"

addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.0")

Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.3.5
sbt.version=1.3.5

0 comments on commit 3d9ad62

Please sign in to comment.