File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 5
5
scala :
6
6
- 2.10.6
7
7
- 2.11.8
8
+ jdk :
9
+ - oraclejdk8
10
+ - oraclejdk7
11
+ - openjdk7
12
+ - openjdk8
Original file line number Diff line number Diff line change @@ -8,9 +8,9 @@ object Dependencies {
8
8
val excludeNettyIo = ExclusionRule (organization = " io.netty" , artifact= " netty-all" )
9
9
val excludeAsm = ExclusionRule (organization = " asm" )
10
10
val excludeQQ = ExclusionRule (organization = " org.scalamacros" )
11
- val javaVersion = scala.util.Properties .isJavaAtLeast(" 1.8" )
11
+ val jdkVersion = scala.util.Properties .isJavaAtLeast(" 1.8" )
12
12
13
- lazy val typeSafeConfigDeps = if (javaVersion ){
13
+ lazy val typeSafeConfigDeps = if (jdkVersion ){
14
14
" com.typesafe" % " config" % " 1.3.0"
15
15
} else {
16
16
" com.typesafe" % " config" % " 1.2.1"
You can’t perform that action at this time.
0 commit comments