File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ lazy val fpinscala = (project in file("."))
5
5
organization := " org.scala-exercises" ,
6
6
name := " exercises-fpinscala" ,
7
7
scalaVersion := " 2.11.8" ,
8
- version := " 0.2.6 -SNAPSHOT" ,
8
+ version := " 0.3.0 -SNAPSHOT" ,
9
9
resolvers ++= Seq (
10
10
Resolver .sonatypeRepo(" snapshots" ),
11
11
Resolver .sonatypeRepo(" releases" )
@@ -16,7 +16,7 @@ lazy val fpinscala = (project in file("."))
16
16
" org.scala-exercises" %% " definitions" % " 0.2.5-SNAPSHOT" ,
17
17
" org.scalacheck" %% " scalacheck" % " 1.12.5" ,
18
18
" com.github.alexarchambault" %% " scalacheck-shapeless_1.12" % " 0.3.1" ,
19
- compilerPlugin(" org.spire-math" %% " kind-projector" % " 0.7.1 " )
19
+ compilerPlugin(" org.spire-math" %% " kind-projector" % " 0.9.0 " )
20
20
)
21
21
)
22
22
Original file line number Diff line number Diff line change 1
- sbt.version =0.13.11
1
+ sbt.version =0.13.12
2
2
Original file line number Diff line number Diff line change 1
1
resolvers += Resolver .sonatypeRepo(" snapshots" )
2
- addSbtPlugin(" org.scala-exercises" % " sbt-exercise" % " 0.2.5 -SNAPSHOT" , " 0.13" , " 2.10" )
2
+ addSbtPlugin(" org.scala-exercises" % " sbt-exercise" % " 0.3.0 -SNAPSHOT" , " 0.13" , " 2.10" )
3
3
addSbtPlugin(" com.jsuereth" % " sbt-pgp" % " 1.0.0" )
You can’t perform that action at this time.
0 commit comments