@@ -8,33 +8,33 @@ const mavenDepCode = `
88<dependency>
99 <groupId>org.bigraphs.framework</groupId>
1010 <artifactId>bigraph-core</artifactId>
11- <version>2.3.5 </version>
11+ <version>2.3.6 </version>
1212</dependency>
1313<!-- Simulation Module -->
1414<dependency>
1515 <groupId>org.bigraphs.framework</groupId>
1616 <artifactId>bigraph-simulation</artifactId>
17- <version>2.3.5 </version>
17+ <version>2.3.6 </version>
1818</dependency>
1919<!-- Visualization Module -->
2020<dependency>
2121 <groupId>org.bigraphs.framework</groupId>
2222 <artifactId>bigraph-visualization</artifactId>
23- <version>2.3.5 </version>
23+ <version>2.3.6 </version>
2424</dependency>
2525<!-- Converter Module -->
2626<dependency>
2727 <groupId>org.bigraphs.framework</groupId>
2828 <artifactId>bigraph-converter</artifactId>
29- <version>2.3.5 </version>
29+ <version>2.3.6 </version>
3030</dependency>
3131` ;
3232
3333const gradleDepCode = `
34- compile "org.bigraphs.framework:bigraph-core:2.3.5 "
35- compile "org.bigraphs.framework:bigraph-simulation:2.3.5 "
36- compile "org.bigraphs.framework:bigraph-visualization:2.3.5 "
37- compile "org.bigraphs.framework:bigraph-converter:2.3.5 "
34+ compile "org.bigraphs.framework:bigraph-core:2.3.6 "
35+ compile "org.bigraphs.framework:bigraph-simulation:2.3.6 "
36+ compile "org.bigraphs.framework:bigraph-visualization:2.3.6 "
37+ compile "org.bigraphs.framework:bigraph-converter:2.3.6 "
3838` ;
3939
4040export const GRADLE_DEP_CODE = gradleDepCode ;
0 commit comments