Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ java -jar MappingWeaver-0.1.1-SNAPSHOT.jar --help
| be.ugent.idlab.knows MappingLoom | unreleased |
| be.ugent.idlab.knows function-agent-java | |
| be.ugent.idlab.knows idlab-functions-java | MIT |
| com.github.FnOio grel-functions-java | MIT |
| com.github.fnoio grel-functions-java | MIT |
| org.slf4j slf4j-simple | MIT |
| org.slf4j slf4j-api | MIT |
| org.jspecify jspecify | |
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -249,7 +249,7 @@ under the License.
<version>1.3.3</version>
</dependency>
<dependency>
<groupId>com.github.FnOio</groupId>
<groupId>com.github.fnoio</groupId>
<artifactId>grel-functions-java</artifactId>
<version>v0.10.0</version>
</dependency>
Expand Down