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

Commit 7ddd7e9

Browse files
author
TATSUNO Yasuhiro
authored
Merge pull request #41 from exoego/various-fix
Various fix
2 parents aca10f8 + e98d0f7 commit 7ddd7e9

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.travis.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,13 +38,13 @@ install:
3838

3939
before_cache:
4040
- rm -fv $HOME/.ivy2/.sbt.ivy.lock
41-
- find $HOME/.ivy2/cache -name "ivydata-*.properties" -print -delete
42-
- find $HOME/.coursier -name "*.lock" -print -delete
43-
- find $HOME/.sbt -name "*.lock" -print -delete
41+
- find $HOME/.ivy2/cache -name "ivydata-*.properties" -print -delete
42+
- find $HOME/.cache/coursier -name "*.lock" -print -delete
43+
- find $HOME/.sbt -name "*.lock" -print -delete
4444

4545
cache:
4646
directories:
4747
- $HOME/.ivy2/cache
48-
- $HOME/.coursier
48+
- $HOME/.cache/coursier
4949
- $HOME/.sbt/boot
5050

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.28")
22
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.0.5")
3-
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.6")
3+
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.7")
44
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.11")
55
addSbtPlugin("com.jsuereth" % "sbt-pgp" % "2.0.0")
66
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.6.0")

0 commit comments

Comments
 (0)