aboutsummaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
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"
)