Skip to content

Commit

Permalink
update apex libs to API v58
Browse files Browse the repository at this point in the history
  • Loading branch information
neowit committed Jun 17, 2023
1 parent a0f9414 commit c5b4ad7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ resolvers ++= Seq(
"Sonatype OSS Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots/"
)

val sfdcAPIVersion = "57.0.0"
val sfdcAPIVersion = "58.0.0"
libraryDependencies ++= Seq(
"com.force.api" % "force-wsc" % "57.0.0",
"com.force.api" % "force-wsc" % "58.0.0",
"com.force.api" % "force-partner-api" % sfdcAPIVersion,
"com.force.api" % "force-metadata-api" % sfdcAPIVersion,
"com.force.api" % "force-apex-api" % sfdcAPIVersion
Expand Down
2 changes: 1 addition & 1 deletion src/main/scala/com/neowit/apex/AppVersion.scala
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ import scala.concurrent.{ExecutionContext, Future}

object AppVersion {
val APP_NAME = "tooling-force.com"
val VERSION = "0.5.7.0"
val VERSION = "0.5.8.0"
}
class AppVersion extends ApexAction {
protected override def act()(implicit ec: ExecutionContext): Future[ActionResult] = {
Expand Down

0 comments on commit c5b4ad7

Please sign in to comment.