We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e13e6e4 commit 7c0ff66Copy full SHA for 7c0ff66
pom.xml
@@ -3,7 +3,7 @@
3
<modelVersion>4.0.0</modelVersion>
4
<groupId>frege</groupId>
5
<artifactId>frege-repl</artifactId>
6
- <version>1.0.3-SNAPSHOT</version>
+ <version>1.1</version>
7
<packaging>jar</packaging>
8
<name>frege-repl</name>
9
<url>https://github.com/Frege/frege-repl</url>
@@ -12,7 +12,7 @@
12
<project.build.sourceDirectory>src/main/frege</project.build.sourceDirectory>
13
<frege.plugin.version>1.0.5</frege.plugin.version>
14
<frege.interpreter.version>1.0.3-SNAPSHOT</frege.interpreter.version>
15
- <jline.version>2.10</jline.version>
+ <jline.version>2.12</jline.version>
16
<ecj.version>4.2.2</ecj.version>
17
<junit.version>4.11</junit.version>
18
</properties>
0 commit comments