Skip to content

Commit 7c0ff66

Browse files
committed
Upgrade to 1.1
1 parent e13e6e4 commit 7c0ff66

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pom.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<modelVersion>4.0.0</modelVersion>
44
<groupId>frege</groupId>
55
<artifactId>frege-repl</artifactId>
6-
<version>1.0.3-SNAPSHOT</version>
6+
<version>1.1</version>
77
<packaging>jar</packaging>
88
<name>frege-repl</name>
99
<url>https://github.com/Frege/frege-repl</url>
@@ -12,7 +12,7 @@
1212
<project.build.sourceDirectory>src/main/frege</project.build.sourceDirectory>
1313
<frege.plugin.version>1.0.5</frege.plugin.version>
1414
<frege.interpreter.version>1.0.3-SNAPSHOT</frege.interpreter.version>
15-
<jline.version>2.10</jline.version>
15+
<jline.version>2.12</jline.version>
1616
<ecj.version>4.2.2</ecj.version>
1717
<junit.version>4.11</junit.version>
1818
</properties>

0 commit comments

Comments
 (0)