Skip to content

Commit

Permalink
use logger last version
Browse files Browse the repository at this point in the history
  • Loading branch information
badetitou committed Oct 25, 2023
1 parent 93465f4 commit 42fe1c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/BaselineOfCarrefour/BaselineOfCarrefour.class.st
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ BaselineOfCarrefour >> defineDependencies: spec [
with: [ spec
loads: #('all');
repository: 'github://moosetechnology/FAST-Java:v3/src' ].
spec baseline: 'TinyLogger' with: [ spec repository: 'github://jecisc/TinyLogger:v1.3.1/src' ]
spec baseline: 'TinyLogger' with: [ spec repository: 'github://jecisc/TinyLogger:v1.x.x/src' ]
]

{ #category : #baselines }
Expand Down

0 comments on commit 42fe1c9

Please sign in to comment.