We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 334876e commit eb6ec12Copy full SHA for eb6ec12
build.gradle
@@ -6,12 +6,12 @@ ext {
6
7
allprojects {
8
ext {
9
- isSnapshot = false
10
- fjBaseVersion = "3.2"
+ isSnapshot = true
+ fjBaseVersion = "3.3"
11
12
snapshotAppendix = "-SNAPSHOT"
13
fjVersion = fjBaseVersion + (isSnapshot ? snapshotAppendix : "")
14
- fjConsumeVersion = "3.1"
+ fjConsumeVersion = "3.2"
15
16
projectTitle = "Functional Java"
17
projectName = "functionaljava"
0 commit comments