File tree Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Expand file tree Collapse file tree 1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change 4848 <dependency >
4949 <groupId >org.rascalmpl</groupId >
5050 <artifactId >rascal</artifactId >
51- <version >0.40.17 </version >
51+ <version >0.41.0-RC42 </version >
5252 </dependency >
5353 <dependency >
5454 <groupId >edu.appstate.cs</groupId >
5555 <artifactId >rascal-git</artifactId >
56- <version >0.1.15 </version >
56+ <version >0.1.16-RC1 </version >
5757 </dependency >
5858 </dependencies >
5959
136136 <plugin >
137137 <groupId >org.rascalmpl</groupId >
138138 <artifactId >rascal-maven-plugin</artifactId >
139- <version >0.28.9 </version >
139+ <version >0.30.0-RC25 </version >
140140 <configuration >
141- <enableStandardLibrary >false</enableStandardLibrary >
142141 <bin >${project.build.outputDirectory} </bin >
143142 <srcs >
144143 <src >${project.basedir} /src/main/rascal</src >
166165 <goal >tutor</goal >
167166 </goals >
168167 <configuration >
169- <enableStandardLibrary >true</enableStandardLibrary >
170- <errorsAsWarnings >false</errorsAsWarnings >
171168 <bin >${project.build.outputDirectory} </bin >
172169 <license >${project.basedir} /LICENSE</license >
173170 <citation >${project.basedir} /CITATION.md</citation >
177174 <src >${project.basedir} /src/main/rascal</src >
178175 <src >${project.basedir} /doc</src >
179176 </srcs >
180- <ignores >
181- </ignores >
182177 </configuration >
183178 </execution >
184179 </executions >
You can’t perform that action at this time.
0 commit comments