You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We are very happy to announce the first release candidate for the 3.0.3 maintenance release of Scala IDE.
9
+
10
+
## What's new
11
+
12
+
This release upgrades the incremental compiler to the latest version (0.13.1) and latest Scala maintenance release (2.10.4-RC1). In addition, we have two fixes for mixed Java/Scala projects:
13
+
14
+
* No classfiles when building mixed Java/Scala project ([#1001995](https://www.assembla.com/spaces/scala-ide/tickets/1001995))
15
+
* Don't scan contents of every file in a Jar to determine if a classfile comes from Scala ([#1001999](https://www.assembla.com/spaces/scala-ide/tickets/1001999))
16
+
17
+
For the complete list of fixes, please see our [changelog][changelog].
18
+
19
+
## Ecosystem
20
+
21
+
As usual, this release is associated with updated versions of the ecosystem plugins:
22
+
23
+
* Scala Worksheet 0.2.1
24
+
* Play plugin 0.4.1
25
+
* ScalaTest plugin 2.9.3
26
+
* Scala Search 0.2.0
27
+
28
+
As more plugin writers update their releases to 3.0.3, their plugins will appear in the update site.
29
+
30
+
## Installing
31
+
32
+
To install the release on an existing version of Eclipse, use the [ecosystem update sites](/download/milestone.html):
The first milestone has a few improvements and new features, but this is mainly a synchronization point with plugin writers. Check the [anouncement](/blog/release-notes-4.0.0-M1.html) for additional information.
0 commit comments