project renamed to wson

This commit is contained in:
2021-01-13 08:47:02 +01:00
parent f96ab24ad7
commit 6422a91568
71 changed files with 462 additions and 494 deletions

11
project/build.scala Normal file
View File

@@ -0,0 +1,11 @@
object Versions {
val slf4j = "1.7.30"
val log4j = "2.13.2"
val lombok = "1.18.16"
val junitJupiter = "5.6.2"
val junitPlatform = "1.6.2"
val jackson = "2.11.3"
val jcommander = "1.78"
val antlr = "4.7.2"
val xz = "1.8"
}