Skip to content

Commit 11b8ec3

Browse files
authored
Merge pull request #64 from scijava/0.7.9
Command Palette, Kotlin and Markdown syntaxes and other features
2 parents 0f71e10 + 76a6af0 commit 11b8ec3

File tree

11 files changed

+1225
-291
lines changed

11 files changed

+1225
-291
lines changed

pom.xml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -164,10 +164,12 @@
164164
<dependency>
165165
<groupId>com.fifesoft</groupId>
166166
<artifactId>rsyntaxtextarea</artifactId>
167+
<version>3.3.0</version>
167168
</dependency>
168169
<dependency>
169170
<groupId>com.fifesoft</groupId>
170171
<artifactId>languagesupport</artifactId>
172+
<version>3.3.0</version>
171173
</dependency>
172174
<dependency>
173175
<groupId>com.miglayout</groupId>
@@ -199,6 +201,10 @@
199201
<artifactId>scripting-groovy</artifactId>
200202
<scope>test</scope>
201203
</dependency>
204+
<dependency>
205+
<groupId>com.formdev</groupId>
206+
<artifactId>flatlaf</artifactId>
207+
</dependency>
202208
</dependencies>
203209

204210
<repositories>

0 commit comments

Comments
 (0)