File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change
1
+ os : linux
2
+ dist : xenial
3
+ language : scala
4
+ branches :
5
+ only :
6
+ - master
7
+ scala :
8
+ - 2.11.12
9
+ jdk :
10
+ - openjdk8
11
+ before_cache :
12
+ - find $HOME/.sbt -name "*.lock" -print -delete
13
+ compiler : clang
14
+ script : sbt test
15
+ cache :
16
+ directories :
17
+ - $HOME/.sbt
18
+ - $HOME/.cache/coursier
Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ lazy val commonSettings = Seq(
44
44
" -Ywarn-unused-import"
45
45
),
46
46
Compile / doc / scalacOptions -= " -Xfatal-warnings" ,
47
- libraryDependencies += " com.lihaoyi" %%% " utest" % " 0.7.5-SNAPSHOT " % Test ,
47
+ libraryDependencies += " com.lihaoyi" %%% " utest" % " 0.7.4 " % Test ,
48
48
testFrameworks += new TestFramework (" utest.runner.Framework" ),
49
49
Test / nativeLinkStubs := true ,
50
50
publish / skip := true ,
You can’t perform that action at this time.
0 commit comments