Skip to content

Commit 25737db

Browse files
committed
Upgraded to latest sbt-travisci to fix bug where build matrix in .travis.yml resulted in 2x 2.12.7 references in crossScalaVersions
1 parent 31431ca commit 25737db

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
addSbtPlugin("io.get-coursier" % "sbt-coursier" % "1.0.2")
2-
addSbtPlugin("com.dwijnand" % "sbt-travisci" % "1.1.1")
2+
addSbtPlugin("com.dwijnand" % "sbt-travisci" % "1.1.3")
33
addSbtPlugin("com.github.tkawachi" % "sbt-doctest" % "0.7.1")
44
addSbtPlugin("com.typesafe.sbt" % "sbt-osgi" % "0.9.3")
55
addSbtPlugin("com.github.gseitz" % "sbt-release" % "1.0.7")

0 commit comments

Comments
 (0)