Skip to content

Commit

Permalink
Merge pull request #67 from modelix/dependabot/gradle/modelixCore-7.0.0
Browse files Browse the repository at this point in the history
build(deps): bump modelixCore from 4.11.5 to 7.0.0
  • Loading branch information
slisson authored Mar 18, 2024
2 parents 8d8f279 + a181b42 commit 89414ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gradle/libs.versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ modelix-model-api-gen = { id = "org.modelix.model-api-gen", version.ref = "model
npm-publish = { id = "dev.petuska.npm.publish", version = "3.4.2" }

[versions]
modelixCore = "5.0.0"
modelixCore = "7.0.0"

[libraries]
modelix-model-api = { group = "org.modelix", name = "model-api", version.ref = "modelixCore" }
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ import org.modelix.model.lazy.CLVersion
import org.modelix.model.lazy.CLVersion.Companion.loadFromHash
import org.modelix.model.lazy.PrefetchCache.Companion.with
import org.modelix.model.lazy.RepositoryId
import org.modelix.model.metameta.MetaModelBranch
import org.modelix.model.mpsadapters.mps.SConceptAdapter
import org.modelix.model.mpsplugin.ModelCloudExporter.PersistenceFacility
import java.io.File
Expand Down Expand Up @@ -181,7 +180,7 @@ class ModelCloudExporter {
}
return repositoryInModelServer!!.computeRead<List<Solution>>({
val tree: CLTree = version.getTree()
val branch: IBranch = MetaModelBranch(PBranch(tree, IdGeneratorDummy()))
val branch: IBranch = PBranch(tree, IdGeneratorDummy())
PArea(branch).executeRead({
with<List<Solution>>(tree, {
val t: ITransaction = branch.transaction
Expand Down

0 comments on commit 89414ca

Please sign in to comment.