Skip to content

Commit

Permalink
bump openlaw-core to 0.1.52 (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdville03 authored Jan 20, 2020
1 parent 978a5c0 commit 1188c26
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 @@ -32,7 +32,7 @@ lazy val root = (project in file(".")).settings(
name := "openlaw-core-client",
scalaVersion := scalaV,
libraryDependencies ++= Seq(
"org.openlaw" %%% "openlaw-core" % "0.1.51"
"org.openlaw" %%% "openlaw-core" % "0.1.52"
),
relativeSourceMaps := true,
artifactPath in (Compile, fullOptJS) := crossTarget.value / "client.js",
Expand Down

0 comments on commit 1188c26

Please sign in to comment.