Skip to content

Commit

Permalink
Merge pull request #181 from pharo-nosql/pharo10-ready
Browse files Browse the repository at this point in the history
pharo 10 ready: upgrade magritte and mongotalk
  • Loading branch information
noha committed Oct 21, 2022
2 parents 36a47a7 + 1114205 commit 9bf0fbe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -2,4 +2,4 @@ accessing
ejdb: spec

spec baseline: 'EJDB' with: [
spec repository: 'github://pharo-nosql/pharo-ejdb/src' ]
spec repository: 'github://pharo-nosql/pharo-ejdb' ]
Expand Up @@ -2,5 +2,5 @@ external projects
magritte: spec
spec
baseline: 'Magritte'
with: [ spec repository: 'github://magritte-metamodel/magritte:v3.7/source';
with: [ spec repository: 'github://magritte-metamodel/magritte:v3.8/source';
loads: #( 'Core' ) ]
Expand Up @@ -2,6 +2,6 @@ external projects
mongoTalk: spec
spec
baseline: 'MongoTalk'
with: [ spec repository: 'github://pharo-nosql/mongotalk:1.25/mc';
with: [ spec repository: 'github://pharo-nosql/mongotalk:1.26/mc';
loads: #( 'Client' ) ];
import: 'MongoTalk'

0 comments on commit 9bf0fbe

Please sign in to comment.