project renamed to wson
This commit is contained in:
@@ -1 +1 @@
|
||||
sbt.version=1.3.9
|
||||
sbt.version=1.4.1
|
||||
|
11
project/build.scala
Normal file
11
project/build.scala
Normal 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"
|
||||
}
|
@@ -6,5 +6,7 @@ addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.15")
|
||||
addSbtPlugin("com.typesafe.sbt" % "sbt-git" % "0.9.3")
|
||||
addSbtPlugin("de.heikoseeberger" % "sbt-header" % "4.1.0")
|
||||
addSbtPlugin("org.foundweekends" % "sbt-bintray" % "0.5.3")
|
||||
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.3.6")
|
||||
addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.8.1")
|
||||
addSbtPlugin("com.typesafe.sbt" % "sbt-native-packager" % "1.7.6")
|
||||
addSbtPlugin("com.simplytyped" % "sbt-antlr4" % "0.8.1")
|
||||
addSbtPlugin("net.aichler" % "sbt-jupiter-interface" % "0.8.4-SNAPSHOT")
|
||||
addSbtPlugin("com.thoughtworks.sbt" % "delombokjavadoc" % "1.0.0+66-8fbcf18c")
|
||||
|
Reference in New Issue
Block a user