Skip to content

Commit

Permalink
Updated core. (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
craig-openlaw authored Mar 26, 2020
1 parent 9c92e56 commit 2e61613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 2e61613

Please sign in to comment.