From 90934afa08d9e0c1df2dc36b958cc9887d29b7b0 Mon Sep 17 00:00:00 2001 From: Craig Blake Date: Wed, 25 Mar 2020 20:10:11 -0400 Subject: [PATCH] Updated core. --- build.sbt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sbt b/build.sbt index 7a9bfa5..5ad7164 100644 --- a/build.sbt +++ b/build.sbt @@ -41,7 +41,7 @@ lazy val root = (project in file(".")) name := "openlaw-core-client", scalaVersion := scalaV, libraryDependencies ++= Seq( - "org.openlaw" %%% "openlaw-core" % "0.1.73" + "org.openlaw" %%% "openlaw-core" % "0.1.74" ), relativeSourceMaps := true, artifactPath in (Compile, fullOptJS) := crossTarget.value / "client.js",