Skip to content

Commit fe83a31

Browse files
rxjava-scalaz
commenting out rxjava-scalaz until I can figure out what's wrong with the Netflix building system that prevents it from finding the following jar: ``` Artifact 'org.scalaz:scalaz-core_2.10:7.0.4@jar' not found. ```
1 parent b40e89f commit fe83a31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

settings.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ include 'rxjava-core', \
1717
'rxjava-contrib:rxjava-debug', \
1818
'rxjava-contrib:rxjava-async-util', \
1919
'rxjava-contrib:rxjava-computation-expressions',\
20-
'rxjava-contrib:rxjava-quasar',\
21-
'rxjava-contrib:rxjava-scalaz'
20+
//'rxjava-contrib:rxjava-scalaz', \
21+
'rxjava-contrib:rxjava-quasar'

0 commit comments

Comments
 (0)