Skip to content

Commit 4950082

Browse files
Merge branch '1.x' into readable-logs
2 parents 9a23c95 + 5f8c4f5 commit 4950082

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

project/Dependencies.scala

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ object Dependencies {
77
val scala212 = "2.12.6"
88
val scala213 = "2.13.0-M2"
99

10-
private val ioVersion = "1.1.4"
11-
private val utilVersion = "1.1.3"
12-
private val lmVersion = "1.1.4"
10+
private val ioVersion = "1.2.0-M1"
11+
private val utilVersion = "1.2.0-M1"
12+
private val lmVersion = "1.2.0-M1"
1313

1414
private val sbtIO = "org.scala-sbt" %% "io" % ioVersion
1515

zinc/src/test/scala/sbt/inc/cached/CachedHashingSpec.scala

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@ class CachedHashingSpec extends BaseCompilerSpec {
5858

5959
val hashingTime = timeMs(genConfig)
6060
val cachedHashingTime = timeMs(genConfig)
61-
assert(cachedHashingTime < (hashingTime * 0.20),
62-
s"Cache jar didn't work: $cachedHashingTime is >= than 20% of $hashingTime.")
61+
assert(cachedHashingTime < (hashingTime * 0.50),
62+
s"Cache jar didn't work: $cachedHashingTime is >= than 50% of $hashingTime.")
6363
}
6464
}
6565

0 commit comments

Comments
 (0)