From 17691b21cec396676386ca9ab8603dd43c1da01a Mon Sep 17 00:00:00 2001 From: Kevin Jones Date: Thu, 11 Jun 2026 11:23:09 +0100 Subject: [PATCH] chore: update version --- README.md | 4 ++-- pom.xml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b771a908..49fc4270 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ Stub declarations for Salesforce platform types encoded as compilable Java. These stub declarations help support static analysis of Apex code in [apex-ls](https://github.com/apex-dev-tools/apex-ls) but you may also find them useful for other purposes. They have been encoded in Java to get the benefit of type checking by javac so it easier to spot when something is amiss. In apex-ls JVM reflection is used to 'read' the stubs as part of the static analysis. -The library is versioned to reflect Salesforce API numbers, so currently v65.X.X matches the Salesforce Winter '26 API. +The library is versioned to reflect Salesforce API numbers, so currently v67.X.X matches the Salesforce Summer '26 API. ## Coverage Scope @@ -33,7 +33,7 @@ To use the jar in a maven project add the following to your pom.xml io.github.apex-dev-tools standard-types - 65.0.0 + 67.0.0 ``` diff --git a/pom.xml b/pom.xml index c0ce9767..f2f93478 100644 --- a/pom.xml +++ b/pom.xml @@ -4,7 +4,7 @@ io.github.apex-dev-tools standard-types - 65.0.0 + 67.0.0 jar standard-types