Skip to content

Commit

Permalink
Merge pull request #8 from apex-dev-tools/fix-non-platform-ref
Browse files Browse the repository at this point in the history
Fix non platform ref
  • Loading branch information
pwrightcertinia authored Jan 26, 2023
2 parents 40bfde7 + 8c1c25d commit 7960943
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>io.github.apex-dev-tools</groupId>
<artifactId>sobject-types</artifactId>
<version>57.0.1</version>
<version>57.0.2</version>
<packaging>jar</packaging>

<name>sobject-types</name>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
import com.nawforce.runforce.System.Datetime;
import com.nawforce.runforce.System.Id;
import com.nawforce.runforce.System.SObject;
import com.nawforce.runforce.System.String;

@SuppressWarnings("unused")
public class BriefcaseAssignment extends SObject {
Expand Down

0 comments on commit 7960943

Please sign in to comment.