Skip to content

Commit

Permalink
upgrades MongoTalk
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastianconcept committed Jan 29, 2024
1 parent 6b50567 commit ad0b441
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions src/BaselineOfMapless/BaselineOfMapless.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,11 @@ BaselineOfMapless >> setUpBasePackages: spec [

{ #category : #baseline }
BaselineOfMapless >> setUpMongoDependencies: spec [
spec
baseline: 'MongoTalk'
with: [ spec repository: 'github://pharo-nosql/mongotalk:1.25/mc' ]

spec baseline: 'MongoTalk' with: [
spec
repository: 'github://pharo-nosql/mongotalk:v2.0/mc';
loads: #( Client 'Mongo-DriverLegacy' ) ]
]

{ #category : #baseline }
Expand Down

0 comments on commit ad0b441

Please sign in to comment.