File tree 2 files changed +8
-1
lines changed
2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 363
363
* The compiler now produces a diagnostic error instead of an exception when the ` it ` literal is used. #208 #215
364
364
* Fixed a compiler exception caused by conflicts with externally declared associations. #211
365
365
* Fixed an exception when attempting to generate a diagram with an unsupported extension. #212 #213
366
+
367
+ # fulibScenarios v1.6.1
368
+
369
+ ## Bugfixes
370
+
371
+ * Fixed a compiler exception when a variable name clashes with a declaration without a position. #217
372
+ * Class resolution from directories on the classpath is now case-sensitive. #218
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ dependencies {
60
60
// ...
61
61
62
62
// https://mvnrepository.com/artifact/org.fulib/fulibScenarios
63
- fulibScenarios group: 'org.fulib', name: 'fulibScenarios', version: '1.6.0 '
63
+ fulibScenarios group: 'org.fulib', name: 'fulibScenarios', version: '1.6.1 '
64
64
65
65
// optional (required for mockups):
66
66
// https://mvnrepository.com/artifact/org.fulib/fulibMockups
You can’t perform that action at this time.
0 commit comments