Skip to content
Snippets Groups Projects
Commit c943e917 authored by jez04's avatar jez04
Browse files

build: upgrade version of banana library to module version

parent 9e5ff7a7
Branches main
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion> <modelVersion>4.0.0</modelVersion>
<groupId>cz.vsb.fei.java2</groupId> <groupId>cz.vsb.fei.java2</groupId>
<artifactId>lab01-text2asciiart</artifactId> <artifactId>lab01-text2asciiart</artifactId>
<version>1.0.2</version> <version>1.0.3</version>
<name>lab01-text2asciiart</name> <name>lab01-text2asciiart</name>
...@@ -32,7 +32,7 @@ ...@@ -32,7 +32,7 @@
<dependency> <dependency>
<groupId>io.leego</groupId> <groupId>io.leego</groupId>
<artifactId>banana</artifactId> <artifactId>banana</artifactId>
<version>2.1.0</version> <version>2.1.1</version>
</dependency> </dependency>
<dependency> <dependency>
......
module cz.vsb.fei.java2.lab01text2asciiart { module cz.vsb.fei.java2.lab01text2asciiart {
requires banana; requires io.leego.banana;
exports cz.vsb.fei.java2.lab01text2asciiart; exports cz.vsb.fei.java2.lab01text2asciiart;
} }
\ No newline at end of file
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment