Skip to content

Commit ffb32db

Browse files
committed
Remove shapeless as dependency
1 parent 046c5ce commit ffb32db

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ Or by adding the repo:
4747
to your SBT configuration and adding the `SNAPSHOT` to your library dependencies:
4848

4949
<notextile><pre><code>libraryDependencies ++= Seq(
50-
"nl.gideondk" %% "sentinel" % "0.6.0-M1"
50+
"nl.gideondk" %% "sentinel" % "0.6.0-M3"
5151
)
5252
</code></pre></notextile>
5353

project/Build.scala

+1-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ object ApplicationBuild extends Build {
55
override lazy val settings = super.settings ++
66
Seq(
77
name := "sentinel",
8-
version := "0.6.0-M2",
8+
version := "0.6.0-M3",
99
organization := "nl.gideondk",
1010
scalaVersion := "2.10.2",
1111
parallelExecution in Test := false,
@@ -30,8 +30,6 @@ object ApplicationBuild extends Build {
3030
"com.typesafe.play" %% "play-iteratees" % "2.2.0",
3131
"com.typesafe.akka" % "akka-actor_2.10" % "2.3.0-RC4",
3232
"com.typesafe.akka" %% "akka-testkit" % "2.3.0-RC4",
33-
34-
"com.chuusai" % "shapeless" % "2.0.0-M1" cross CrossVersion.full
3533
)
3634

3735
lazy val root = Project(id = "sentinel",

0 commit comments

Comments
 (0)