Skip to content

Commit

Permalink
Merge pull request #232 from openlawteam/update-core-version
Browse files Browse the repository at this point in the history
Updated to latest core.
  • Loading branch information
adridadou authored Aug 11, 2020
2 parents c5eb499 + 72dc367 commit 22c9e2f
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.83"
"org.openlaw" %%% "openlaw-core" % "0.1.84"
),
relativeSourceMaps := true,
artifactPath in (Compile, fullOptJS) := crossTarget.value / "client.js",
Expand Down

0 comments on commit 22c9e2f

Please sign in to comment.