Skip to content

Commit

Permalink
Added BattleManager script
Browse files Browse the repository at this point in the history
  • Loading branch information
Bathtor committed Jun 10, 2018
1 parent 7a46bd9 commit 12c8cb0
Show file tree
Hide file tree
Showing 5 changed files with 459 additions and 11 deletions.
4 changes: 2 additions & 2 deletions script/epapiscript.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@ name := "EP API Script"

organization := "com.lkroll.ep"

version := "0.5.3"
version := "0.6.0"

scalaVersion := "2.12.4"

libraryDependencies += "com.lkroll.roll20" %%% "roll20-api-framework" % "0.7.+"
libraryDependencies += "com.lkroll.roll20" %%% "roll20-api-framework" % "0.8.+"
libraryDependencies += "com.lkroll.ep" %%% "epcompendium-core" % "1.1.+"
libraryDependencies += "com.lkroll.ep" %%% "ep-model" % "1.7.0"
libraryDependencies += "com.lihaoyi" %%% "fastparse" % "1.+"
Expand Down
Loading

0 comments on commit 12c8cb0

Please sign in to comment.