Skip to content

Commit c90c771

Browse files
authored
Merge pull request #10 from eharris369/updateRequiredMCVersion
Update the required Microclimate version to 18.12
2 parents cfc9182 + 48d388c commit c90c771

File tree

1 file changed

+2
-2
lines changed
  • dev/com.ibm.microclimate.core/src/com/ibm/microclimate/core/internal/constants

1 file changed

+2
-2
lines changed

dev/com.ibm.microclimate.core/src/com/ibm/microclimate/core/internal/constants/MCConstants.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -119,8 +119,8 @@ private MCConstants() {}
119119

120120
;
121121

122-
// Microclimate 18.11 is required as earlier versions are missing needed APIs.
122+
// Microclimate 18.12 is required as earlier versions are missing needed APIs.
123123
public static final int
124-
REQUIRED_MC_VERSION = 1811;
124+
REQUIRED_MC_VERSION = 1812;
125125

126126
}

0 commit comments

Comments
 (0)