File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -117,14 +117,15 @@ The following Scala projects have already been released against 2.11.0! We'd lov
117
117
"com.propensive" %% "rapture-json" % "0.9.1"
118
118
"com.propensive" %% "rapture-io" % "0.9.1"
119
119
"org.scala-stm" %% "scala-stm" % "0.7"
120
+ "org.parboiled" %% "parboiled-scala" % "1.1.6"
121
+ "io.spray" %% "spray-json" % "1.2.6"
122
+ "org.scalamacros" % "paradise" % "2.0.0" cross CrossVersion.full
120
123
121
124
The following projects were released against 2.11.0-RC4, with an 2.11 build hopefully following soon:
122
125
123
126
"org.scalafx" %% "scalafx" % "8.0.0-R4"
124
127
"org.scalafx" %% "scalafx" % "1.0.0-R8"
125
- "org.scalamacros" %% "paradise" % "2.0.0-M7"
126
128
"com.clarifi" %% "f0" % "1.1.1"
127
- "org.parboiled" %% "parboiled-scala" % "1.1.6"
128
129
"org.monifu" %% "monifu" % "0.4"
129
130
130
131
### Cross-building with sbt 0.13
You can’t perform that action at this time.
0 commit comments