Skip to content

Commit cc0fd09

Browse files
committed
Merge pull request #121 from alexandru/master
Update hand-written.md
2 parents f10cd7c + c070d20 commit cc0fd09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hand-written.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,13 @@ The following Scala projects have already been released against 2.11.0! We'd lov
123123
"org.scalamacros" % "paradise" % "2.0.0" cross CrossVersion.full
124124
"org.scala-libs" %% "scalajpa" % "1.5"
125125
"com.casualmiracles" %% "treelog" % "1.2.3"
126+
"org.monifu" %% "monifu" % "0.6.1"
126127

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

129130
"org.scalafx" %% "scalafx" % "8.0.0-R4"
130131
"org.scalafx" %% "scalafx" % "1.0.0-R8"
131132
"com.clarifi" %% "f0" % "1.1.1"
132-
"org.monifu" %% "monifu" % "0.4"
133133

134134
### Cross-building with sbt 0.13
135135
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)