File tree 2 files changed +2
-4
lines changed
2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ Or by adding the repo:
47
47
to your SBT configuration and adding the ` SNAPSHOT ` to your library dependencies:
48
48
49
49
<notextile ><pre ><code >libraryDependencies ++= Seq(
50
- "nl.gideondk" %% "sentinel" % "0.6.0-M1 "
50
+ "nl.gideondk" %% "sentinel" % "0.6.0-M3 "
51
51
)
52
52
</code ></pre ></notextile >
53
53
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ object ApplicationBuild extends Build {
5
5
override lazy val settings = super .settings ++
6
6
Seq (
7
7
name := " sentinel" ,
8
- version := " 0.6.0-M2 " ,
8
+ version := " 0.6.0-M3 " ,
9
9
organization := " nl.gideondk" ,
10
10
scalaVersion := " 2.10.2" ,
11
11
parallelExecution in Test := false ,
@@ -30,8 +30,6 @@ object ApplicationBuild extends Build {
30
30
" com.typesafe.play" %% " play-iteratees" % " 2.2.0" ,
31
31
" com.typesafe.akka" % " akka-actor_2.10" % " 2.3.0-RC4" ,
32
32
" com.typesafe.akka" %% " akka-testkit" % " 2.3.0-RC4" ,
33
-
34
- " com.chuusai" % " shapeless" % " 2.0.0-M1" cross CrossVersion .full
35
33
)
36
34
37
35
lazy val root = Project (id = " sentinel" ,
You can’t perform that action at this time.
0 commit comments