Skip to content

Commit f421ea7

Browse files
authored
Merge pull request #697 from SethTisue/add-scala-newtype
add scala-newtype and fast-string-interpolator
2 parents c288a37 + 655315d commit f421ea7

File tree

2 files changed

+20
-0
lines changed

2 files changed

+20
-0
lines changed

configs/community.dbuild

+18
Original file line numberDiff line numberDiff line change
@@ -1415,6 +1415,24 @@ build += {
14151415
extra.test-tasks: "compile"
14161416
}
14171417

1418+
${vars.base} {
1419+
name: "scala-newtype"
1420+
uri: ${vars.uris.scala-newtype-uri}
1421+
extra.exclude: ["newtypeJS", "catsTestsJS"] // no Scala.js plz
1422+
}
1423+
1424+
${vars.base} {
1425+
name: "fast-string-interpolator"
1426+
uri: ${vars.uris.fast-string-interpolator-uri}
1427+
extra.sbt-version: ${vars.sbt-1-version}
1428+
extra.options: ["-Dbintray.user=dummy", "-Dbintray.pass=dummy"]
1429+
extra.commands: ${vars.default-commands} [
1430+
"set every bintrayReleaseOnPublish := false"
1431+
]
1432+
// Missing dependency: com.dongxiguo#fastring
1433+
extra.exclude: ["benchmark"]
1434+
}
1435+
14181436
]}
14191437

14201438
//// space: jawn_0_10

configs/project-refs.conf

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@ vars.uris: {
3434
doodle-uri: "https://github.com/underscoreio/doodle.git#develop"
3535
elastic4s-uri: "https://github.com/sksamuel/elastic4s.git#release/5.4.x"
3636
fansi-uri: "https://github.com/scalacommunitybuild/fansi.git#community-build-2.12" # was master
37+
fast-string-interpolator-uri: "https://github.com/Sizmek/fast-string-interpolator.git"
3738
fastparse-uri: "https://github.com/lihaoyi/fastparse.git"
3839
fs2-reactive-streams-uri: "https://github.com/zainab-ali/fs2-reactive-streams.git"
3940
fs2-uri: "https://github.com/functional-streams-for-scala/fs2.git#series/0.10"
@@ -97,6 +98,7 @@ vars.uris: {
9798
scala-js-stubs-uri: "https://github.com/scala-js/scala-js.git#bad765280"
9899
scalajson-uri: "https://github.com/mdedetrich/scalajson.git"
99100
scala-logging-uri: "https://github.com/lightbend/scala-logging.git"
101+
scala-newtype-uri: "https://github.com/estatico/scala-newtype.git"
100102
scala-parser-combinators-uri: "https://github.com/scala/scala-parser-combinators.git#1.1.x"
101103
scala-partest-interface-uri: "https://github.com/scala/scala-partest-interface.git"
102104
scala-partest-uri: "https://github.com/scala/scala-partest.git#1.1.x"

0 commit comments

Comments
 (0)