File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 2
2
layout : blog
3
3
post-type : blog
4
4
by : Jorge Vicente Cantero
5
- title : " Releasing spores 0.4.1 "
5
+ title : " Releasing spores 0.4.3 "
6
6
---
7
7
8
- Today we at the Scala Center are happy to annouce a new release of spores, now
8
+ Today we at the Scala Center are happy to announce a new release of spores, now
9
9
designed to work with Java Serialization. In the August Advisory Board meeting,
10
10
IBM proposed that the Scala Center work on [ improving the status quo of
11
11
serialization in
@@ -33,7 +33,7 @@ val greeting = “Hello”
33
33
val exampleSpore = spore {
34
34
val capturedGreeting = greeting
35
35
(name : String ) =>
36
- println(s " $greeting , $name! " )
36
+ println(s " $capturedGreeting , $name! " )
37
37
}
38
38
```
39
39
@@ -80,8 +80,8 @@ compile-time rather than runtime.
80
80
To add spores to your project, add the following keys to your SBT build file:
81
81
82
82
``` scala
83
- libraryDependencies += " ch.epfl.scala" %% " spores" % " 0.4.1 "
84
- addCompilerPlugin(" ch.epfl.scala" %% " spores-serialization" % " 0.4.1 " )
83
+ libraryDependencies += " ch.epfl.scala" %% " spores" % " 0.4.3 "
84
+ addCompilerPlugin(" ch.epfl.scala" %% " spores-serialization" % " 0.4.3 " )
85
85
```
86
86
87
87
For further information on how to use it and a specification of spores, check
You can’t perform that action at this time.
0 commit comments