Skip to content

Commit

Permalink
Fix #3953 "Review orbeon-form-runner.js and orbeon-form-builder.js"
Browse files Browse the repository at this point in the history
  • Loading branch information
ebruchez committed Feb 26, 2019
1 parent a4d9f2f commit d430ce8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -564,8 +564,9 @@ lazy val xforms = (crossProject(JVMPlatform, JSPlatform).crossType(CrossType.Ful
.settings(
name := "orbeon-xforms",

libraryDependencies += "com.lihaoyi" %%% "autowire" % AutowireVersion,
libraryDependencies += "com.outr" %%% "scribe" % "2.7.1",
libraryDependencies += "com.lihaoyi" %%% "autowire" % AutowireVersion,
libraryDependencies += "com.outr" %%% "scribe" % "2.7.1",
libraryDependencies += "com.outr" %%% "perfolation" % "1.1.0", // to avoid dependency on `scala-java-locales`

libraryDependencies ++= Seq(
"io.circe" %%% "circe-core",
Expand Down

0 comments on commit d430ce8

Please sign in to comment.