Level-Editor/build.sbt

9 lines
213 B
Plaintext
Raw Normal View History

scalaVersion := "2.13.1"
2020-04-04 23:16:47 +00:00
name := "TheGame"
organization := "fr.ynerant"
version := "1.0"
// https://mvnrepository.com/artifact/net.liftweb/lift-json
libraryDependencies += "net.liftweb" %% "lift-json" % "3.4.1"