Skip to content

Commit

Permalink
2.13: fork geny
Browse files Browse the repository at this point in the history
  • Loading branch information
SethTisue committed Dec 3, 2018
1 parent 830c7c2 commit 4e4715e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion configs/community.dbuild
Original file line number Diff line number Diff line change
Expand Up @@ -797,10 +797,10 @@ build += {
]
}

// 2.13: forked pending merge of https://github.com/lihaoyi/geny/pull/6
${vars.base} {
name: "geny"
uri: ${vars.uris.geny-uri}
extra.sbt-version: ${vars.sbt-0-13-version}
extra.projects: ["genyJVM"] // no Scala.js plz
}

Expand Down
2 changes: 1 addition & 1 deletion configs/project-refs.conf
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ vars.uris: {
fastparse-uri: "https://github.com/lihaoyi/fastparse.git#2.13-for-1.x" # was lihaoyi, master
fs2-uri: "https://github.com/functional-streams-for-scala/fs2.git#v1.0.0"
genjavadoc-uri: "https://github.com/lightbend/genjavadoc.git"
geny-uri: "https://github.com/lihaoyi/geny.git"
geny-uri: "https://github.com/SethTisue/geny.git#support-2.13" # was lihaoyi, master
gigahorse-uri: "https://github.com/eed3si9n/gigahorse.git#0.3.x"
giter8-uri: "https://github.com/foundweekends/giter8.git"
github4s-uri: "https://github.com/47deg/github4s.git"
Expand Down

0 comments on commit 4e4715e

Please sign in to comment.