mirror of
https://github.com/ynerant/Level-Editor.git
synced 2024-12-18 05:32:19 +00:00
9 lines
213 B
Scala
9 lines
213 B
Scala
scalaVersion := "2.13.1"
|
|
|
|
name := "TheGame"
|
|
organization := "fr.ynerant"
|
|
version := "1.0"
|
|
|
|
// https://mvnrepository.com/artifact/net.liftweb/lift-json
|
|
libraryDependencies += "net.liftweb" %% "lift-json" % "3.4.1"
|