Skip to content

Commit

Permalink
added snakeYAML to dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
CrowsOfWar committed Oct 20, 2016
1 parent a3dba96 commit 7c35bf4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ dependencies {

compile files("../libs/joml/joml-1.8.1.jar")

compile files("../libs/yaml/snakeyaml-1.16.jar");

}

processResources
Expand Down

0 comments on commit 7c35bf4

Please sign in to comment.