Skip to content
This repository was archived by the owner on Jul 25, 2022. It is now read-only.

Commit 41f36f9

Browse files
committed
Minor project updates
1 parent 18716e1 commit 41f36f9

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ git:
66
depth: false
77

88
stages:
9-
- name: test
9+
- name: build
1010

1111
jobs:
1212
include:
13-
# default stage is test
14-
- script: sbt package
13+
- stage: build
14+
script: sbt package
1515

1616
branches:
1717
only: master

project/build.properties

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

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.22")
22
addSbtPlugin("com.dwijnand" % "sbt-dynver" % "2.0.0")
3-
addSbtPlugin("ohnosequences" % "sbt-github-release" % "0.6.0")
3+
addSbtPlugin("ohnosequences" % "sbt-github-release" % "0.7.0")

0 commit comments

Comments
 (0)