Implement some of 1.2 api and work on PlayerInfo in 1.3 api

This commit is contained in:
Aly 2018-12-03 20:59:22 -08:00
commit 3a9ea8de2a
No known key found for this signature in database
GPG key ID: 555B7346639DDAC3
15 changed files with 1074 additions and 0 deletions

1
project/build.properties Normal file
View file

@ -0,0 +1 @@
sbt.version = 1.2.7

4
project/plugins.sbt Normal file
View file

@ -0,0 +1,4 @@
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "0.6.0")
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "0.6.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.25")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.3.8")