Skip to content

Commit

Permalink
Update to GameBox v3.0.0-beta.2
Browse files Browse the repository at this point in the history
  • Loading branch information
NiklasEi committed Apr 2, 2020
1 parent b6b2821 commit 5a295d6
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/main/resources/module.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
id: ${project.artifactId}
version: ${project.version}
authors: ["Niklas Eicker"]
name: ${project.name}
description: ${project.description}
sourceUrl: ${project.scm.url}
updatedAt: !!java.lang.Long ${timestamp}
dependencies:
- id: gamebox
versionConstrain: ">= ${gamebox.version}"

0 comments on commit 5a295d6

Please sign in to comment.