fix compilation error in multi-jvm tests

* it was not detected by PR validation because of bug
  in sbt 0.13.13, <<= operator with triggeredBy
* updated to sbt 0.13.15
This commit is contained in:
Patrik Nordwall 2017-04-20 10:45:36 +02:00
parent de27c18469
commit ee326960c2
3 changed files with 3 additions and 3 deletions

View file

@ -4,7 +4,7 @@
package akka.remote.artery
import java.io.File
import java.nio.Files
import java.nio.file.Files
import java.text.SimpleDateFormat
import java.util.Date