Skip to content

Commit d81cfc2

Browse files
committed
Manual rebase of #124 and #125
1 parent 262a941 commit d81cfc2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

hand-written.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,12 +128,13 @@ The following Scala projects have already been released against 2.11.0! We'd lov
128128
"com.casualmiracles" %% "treelog" % "1.2.3"
129129
"org.monifu" %% "monifu" % "0.6.1"
130130
"org.mongodb" %% "casbah" % "2.7.1"
131+
"com.clarifi" %% "f0" % "1.1.2"
132+
"org.scalaj" %% "scalaj-http" % "0.3.15"
131133

132134
The following projects were released against 2.11.0-RC4, with an 2.11 build hopefully following soon:
133135

134136
"org.scalafx" %% "scalafx" % "8.0.0-R4"
135137
"org.scalafx" %% "scalafx" % "1.0.0-R8"
136-
"com.clarifi" %% "f0" % "1.1.1"
137138

138139
### Cross-building with sbt 0.13
139140
When cross-building between Scala versions, you often need to vary the versions of your dependencies. In particular, the new scala modules (such as scala-xml) are no longer included in scala-library, so you'll have to add an explicit dependency on it to use Scala's xml support.

0 commit comments

Comments
 (0)