Skip to content

Commit

Permalink
update core dependency to 0.1.25 (#44)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdville03 authored Mar 29, 2019
1 parent 753f466 commit a113c70
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 @@ -25,7 +25,7 @@ lazy val root = (project in file(".")).settings(
name := "openlaw-core-client",
scalaVersion := scalaV,
libraryDependencies ++= Seq(
"org.openlaw" %%% "openlaw-core" % "0.1.23"
"org.openlaw" %%% "openlaw-core" % "0.1.25"
),
relativeSourceMaps := true,
artifactPath in (Compile, fullOptJS) := crossTarget.value / "client.js",
Expand Down

0 comments on commit a113c70

Please sign in to comment.