File tree Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Expand file tree Collapse file tree 3 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 4
4
jdk :
5
5
- oraclejdk8
6
6
script :
7
- - git clone https://github.com/scala-exercises/site.git site
8
- - pushd site; sbt 'definitions/publishLocal' 'runtime/publishLocal' 'compiler/publishLocal' 'sbt-exercise/publishLocal' ; popd
9
7
- sbt test
10
8
after_success :
11
9
- bash deploy.sh
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ lazy val shapeless = (project in file("."))
14
14
" org.typelevel" %% " cats-core" % " 0.4.1" ,
15
15
" com.chuusai" %% " shapeless" % " 2.2.5" ,
16
16
" org.scalatest" %% " scalatest" % " 2.2.4" ,
17
- " org.scala-exercises" %% " runtime " % " 0.1.+ " changing() ,
18
- " org.scala-exercises" %% " definitions" % " 0.1.+ " changing() ,
17
+ " org.scala-exercises" %% " exercise-compiler " % version.value ,
18
+ " org.scala-exercises" %% " definitions" % version.value ,
19
19
" org.scalacheck" %% " scalacheck" % " 1.12.5" ,
20
20
" com.github.alexarchambault" %% " scalacheck-shapeless_1.12" % " 0.3.1" ,
21
21
compilerPlugin(" org.spire-math" %% " kind-projector" % " 0.7.1" )
Original file line number Diff line number Diff line change 1
- addSbtPlugin(" org.scala-exercises" % " sbt-exercise" % " 0.1.+ " , " 0.13" , " 2.10" )
1
+ addSbtPlugin(" org.scala-exercises" % " sbt-exercise" % " 0.1.1 " , " 0.13" , " 2.10" )
2
2
addSbtPlugin(" com.jsuereth" % " sbt-pgp" % " 1.0.0" )
You can’t perform that action at this time.
0 commit comments