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:
parent
de27c18469
commit
ee326960c2
3 changed files with 3 additions and 3 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue