Skip to content

Commit 98cd711

Browse files
Need to stay pinned on Scala 2.10.1 still …
I can't get through release process to maven central on 2.10.2 for some reason so pinning until that is solved.
1 parent 6bd2033 commit 98cd711

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

language-adaptors/rxjava-scala/build.gradle

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ sourceSets {
2121
}
2222

2323
dependencies {
24-
compile 'org.scala-lang:scala-library:2.10.2'
24+
// pinning to 2.10.1 as having issues with 2.10.2
25+
compile 'org.scala-lang:scala-library:2.10.1'
2526

2627
compile project(':rxjava-core')
2728

0 commit comments

Comments
 (0)