From 8a8aecfec821861745231ad8d235a413bdd85d8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=BF=97=E8=B1=AA?= Date: Wed, 4 Apr 2018 23:17:30 +0800 Subject: [PATCH] Cross publish plugin versions --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bcac023..e67b884 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,7 +20,7 @@ script: deploy: provider: script - script: sbt publish + script: sbt publish & sbt ^^1.0.0 publish on: tags: true all_branches: true \ No newline at end of file