File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -28,6 +28,6 @@ WORKDIR /home/circleci
28
28
USER circleci
29
29
30
30
RUN \
31
- git clone https://github.com/input-output-hk/sbt-verify.git &&\
31
+ git clone --branch v0.4.1 --depth=1 https://github.com/input-output-hk/sbt-verify.git &&\
32
32
cd sbt-verify &&\
33
33
sbt publishLocal
Original file line number Diff line number Diff line change 4
4
environment :
5
5
- SBT : " sbt -v -mem 1024"
6
6
docker :
7
- - image : rtkaczyk/mantis-circleci:v4
7
+ - image : rtkaczyk/mantis-circleci:v6
8
8
steps :
9
9
- checkout
10
10
Original file line number Diff line number Diff line change @@ -167,8 +167,8 @@ val root = project.in(file("."))
167
167
includeScala = true ,
168
168
includeDependency = true ,
169
169
excludedJars = Nil ,
170
- warnOnUnverifiedFiles = false ,
171
- warnOnUnusedVerifications = false
170
+ warnOnUnverifiedFiles = true ,
171
+ warnOnUnusedVerifications = true
172
172
),
173
173
dist in Universal := ((dist in Universal ) dependsOn verify).value
174
174
)
Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ addSbtPlugin("org.scoverage" %% "sbt-coveralls" % "1.1.0")
4
4
addSbtPlugin(" org.scalastyle" %% " scalastyle-sbt-plugin" % " 0.8.0" )
5
5
addSbtPlugin(" com.typesafe.sbt" % " sbt-native-packager" % " 1.0.6" )
6
6
addSbtPlugin(" com.thoughtworks.sbt-api-mappings" % " sbt-api-mappings" % " latest.release" )
7
- addSbtPlugin(" uk.co.josephearl" % " sbt-verify" % " 0.3.0-SNAPSHOT " )
7
+ addSbtPlugin(" uk.co.josephearl" % " sbt-verify" % " 0.4.1 " )
8
8
addSbtPlugin(" com.thesamet" % " sbt-protoc" % " 0.99.12" )
9
9
addSbtPlugin(" com.timushev.sbt" % " sbt-updates" % " 0.3.4" )
10
10
You can’t perform that action at this time.
0 commit comments