aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
authorJon Pretty <jon.pretty@propensive.com>2017-11-07 00:54:13 +0000
committerJon Pretty <jon.pretty@propensive.com>2017-11-07 00:54:13 +0000
commit1f49e614b1a2e363adbbea6ec510f094e195ace8 (patch)
tree809eaeee6468610be46e6aa454d72e33ebbb446d /build.sbt
parenta42cceae99ca8517ecff77fecdb23eba4d2c1036 (diff)
downloadmagnolia-1f49e614b1a2e363adbbea6ec510f094e195ace8.tar.gz
magnolia-1f49e614b1a2e363adbbea6ec510f094e195ace8.tar.bz2
magnolia-1f49e614b1a2e363adbbea6ec510f094e195ace8.zip
API improvements and better examples
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt2
1 files changed, 1 insertions, 1 deletions
diff --git a/build.sbt b/build.sbt
index 0b97238..5353b03 100644
--- a/build.sbt
+++ b/build.sbt
@@ -150,7 +150,7 @@ lazy val scalaMacroDependencies: Seq[Setting[_]] = Seq(
lazy val examplesDependencies: Seq[Setting[_]] = Seq(
libraryDependencies += "org.typelevel" %% "cats-core" % "0.9.0",
- libraryDependencies += "com.propensive" %% "estrapade" % "1.0.2",
+ libraryDependencies += "com.propensive" %% "estrapade" % "1.0.3",
libraryDependencies += "com.propensive" %% "contextual-data" % "1.0.3"
)