File tree 2 files changed +20
-0
lines changed
2 files changed +20
-0
lines changed Original file line number Diff line number Diff line change @@ -1415,6 +1415,24 @@ build += {
1415
1415
extra.test-tasks: "compile"
1416
1416
}
1417
1417
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
+
1418
1436
]}
1419
1437
1420
1438
//// space: jawn_0_10
Original file line number Diff line number Diff line change @@ -34,6 +34,7 @@ vars.uris: {
34
34
doodle-uri: "https://github.com/underscoreio/doodle.git#develop"
35
35
elastic4s-uri: "https://github.com/sksamuel/elastic4s.git#release/5.4.x"
36
36
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"
37
38
fastparse-uri: "https://github.com/lihaoyi/fastparse.git"
38
39
fs2-reactive-streams-uri: "https://github.com/zainab-ali/fs2-reactive-streams.git"
39
40
fs2-uri: "https://github.com/functional-streams-for-scala/fs2.git#series/0.10"
@@ -97,6 +98,7 @@ vars.uris: {
97
98
scala-js-stubs-uri: "https://github.com/scala-js/scala-js.git#bad765280"
98
99
scalajson-uri: "https://github.com/mdedetrich/scalajson.git"
99
100
scala-logging-uri: "https://github.com/lightbend/scala-logging.git"
101
+ scala-newtype-uri: "https://github.com/estatico/scala-newtype.git"
100
102
scala-parser-combinators-uri: "https://github.com/scala/scala-parser-combinators.git#1.1.x"
101
103
scala-partest-interface-uri: "https://github.com/scala/scala-partest-interface.git"
102
104
scala-partest-uri: "https://github.com/scala/scala-partest.git#1.1.x"
You can’t perform that action at this time.
0 commit comments