Skip to content

Commit ba70b4d

Browse files
committed
Version bumps. IDE update site.
1 parent 61a52db commit ba70b4d

File tree

1 file changed

+13
-10
lines changed

1 file changed

+13
-10
lines changed

hand-written.md

Lines changed: 13 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -79,21 +79,19 @@ Please [file any bugs you encounter](https://issues.scala-lang.org/secure/Create
7979
Before reporting a bug, please have a look at these [known issues](https://issues.scala-lang.org/browse/SI-6267?jql=project%20%3D%20SI%20AND%20(fixVersion%20is%20empty%20or%20fixVersion%20%3E%20%22Scala%202.11.1%22)%20AND%20affectedVersion%20in%20(%22Scala%202.11.0%22%2C%20%22Scala%202.11.1%22)%20%20and%20resolution%20%3D%20unresolved%20ORDER%20BY%20priority%20DESC).
8080

8181
### Scala IDE for Eclipse
82-
The Scala IDE with this release built in will soon be available.
83-
<!--
82+
The Scala IDE with this release built in is [available from this update site](http://download.scala-ide.org/ecosystem/helium/e38/scala211/stable/site/) for [Eclipse 4.2/4.3 (Juno/Kepler)](http://www.eclipse.org/downloads/packages/eclipse-ide-java-developers/keplersr2). Please have a look at the [getting started guide](http://scala-ide.org/docs/user/gettingstarted.html) for more info.
8483

85-
is [available from this update site](http://download.scala-ide.org/sdk/helium/e38/scala211/stable/site/) for [Eclipse 4.2/4.3 (Juno/Kepler)](http://www.eclipse.org/downloads/packages/eclipse-ide-java-developers/keplersr2). Please have a look at the [getting started guide](http://scala-ide.org/docs/user/gettingstarted.html) for more info.
86-
87-
-->
8884

8985
### Available projects
90-
The following Scala projects have already been released against 2.11! We'd love to include yours in this list as soon as it's available -- please submit a PR to update [these release notes](https://github.com/scala/make-release-notes/blob/master/hand-written.md).
86+
The following Scala projects have already been released against 2.11! See also [@jrudolph's analysis](https://gist.github.com/jrudolph/7a323f5e2820d8479b18) of the availability of 2.11 builds of popular libraries (as well as which ones are missing); updated regularly.
87+
88+
We'd love to include your release in this list as soon as it's available -- please submit a PR to update [these release notes](https://github.com/scala/make-release-notes/blob/master/hand-written.md).
9189

92-
"org.scalacheck" %% "scalacheck" % "1.11.3"
93-
"org.scalatest" %% "scalatest" % "2.1.3"
90+
"org.scalacheck" %% "scalacheck" % "1.11.4"
91+
"org.scalatest" %% "scalatest" % "2.1.7"
9492
"org.scalautils" %% "scalautils" % "2.1.3"
9593
"com.typesafe.akka" %% "akka-actor" % "2.3.2"
96-
"com.typesafe.scala-logging" %% "scala-logging-slf4j" % "2.0.4"
94+
"com.typesafe.scala-logging" %% "scala-logging-slf4j" % "2.1.2"
9795
"org.scala-lang.modules" %% "scala-async" % "0.9.1"
9896
"org.scalikejdbc" %% "scalikejdbc-interpolation" % "2.0.0-beta1"
9997
"com.softwaremill.scalamacrodebug" %% "macros" % "0.4"
@@ -121,9 +119,10 @@ The following Scala projects have already been released against 2.11! We'd love
121119
"org.typelevel" %% "scodec-core" % "1.0.0"
122120
"com.sksamuel.scrimage" %% "scrimage" % "1.3.20"
123121
"net.databinder" %% "dispatch-http" % "0.8.10"
122+
"net.databinder" %% "unfiltered" % "0.8.0"
124123
"net.databinder" %% "unfiltered" % "0.7.1"
125124
"io.argonaut" %% "argonaut" % "6.0.4"
126-
"org.specs2" %% "specs2" % "2.3.11"
125+
"org.specs2" %% "specs2" % "2.3.12"
127126
"com.propensive" %% "rapture-core" % "0.9.0"
128127
"com.propensive" %% "rapture-json" % "0.9.1"
129128
"com.propensive" %% "rapture-io" % "0.9.1"
@@ -137,6 +136,10 @@ The following Scala projects have already been released against 2.11! We'd love
137136
"com.clarifi" %% "f0" % "1.1.2"
138137
"org.scalaj" %% "scalaj-http" % "0.3.15"
139138

139+
The following libraries are specific to the 2.11.x minor release you're using. If you depend on them, you should also cross-version fully!
140+
141+
"org.scalamacros" % "paradise" % "2.0.0" cross CrossVersion.full
142+
140143
### Cross-building with sbt 0.13
141144
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.
142145

0 commit comments

Comments
 (0)