1
0
mirror of https://github.com/ynerant/Level-Editor.git synced 2024-12-18 05:32:19 +00:00
Level-Editor/build.sbt
2020-04-05 01:16:47 +02:00

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"