Skip to content

Commit

Permalink
use released version
Browse files Browse the repository at this point in the history
  • Loading branch information
adridadou committed May 26, 2020
1 parent e2dd71e commit 26750f6
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.76-8-ge06b1c8-SNAPSHOT"
"org.openlaw" %%% "openlaw-core" % "0.1.77"
),
relativeSourceMaps := true,
artifactPath in (Compile, fullOptJS) := crossTarget.value / "client.js",
Expand Down

0 comments on commit 26750f6

Please sign in to comment.