Skip to content

Commit

Permalink
Merge pull request #20 from joprice/removeDiscipline
Browse files Browse the repository at this point in the history
remove discipline dependency
  • Loading branch information
philwills committed Apr 26, 2016
2 parents 144639e + ed505a7 commit 5cc36b9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions build.sbt
Expand Up @@ -9,7 +9,6 @@ libraryDependencies ++= Seq(
"org.typelevel" %% "cats" % "0.4.1",

"com.github.mpilquist" %% "simulacrum" % "0.7.0",
"org.typelevel" %% "discipline" % "0.4",

// Use Joda for custom conversion example
"org.joda" % "joda-convert" % "1.8.1" % Provided,
Expand Down Expand Up @@ -87,4 +86,4 @@ releaseProcess := Seq[ReleaseStep](
commitNextVersion,
ReleaseStep(action = Command.process("sonatypeReleaseAll", _)),
pushChanges
)
)

0 comments on commit 5cc36b9

Please sign in to comment.