First toolflow version
This commit is contained in:
15
toolflow/build.sbt
Normal file
15
toolflow/build.sbt
Normal file
@@ -0,0 +1,15 @@
|
||||
val scala3Version = "3.7.3"
|
||||
|
||||
lazy val root = project
|
||||
.in(file("."))
|
||||
.enablePlugins(JavaAppPackaging)
|
||||
.settings(
|
||||
name := "tgc-hammer",
|
||||
version := "0.1.0-SNAPSHOT",
|
||||
|
||||
scalaVersion := scala3Version,
|
||||
|
||||
libraryDependencies += "org.rogach" %% "scallop" % "5.2.0",
|
||||
libraryDependencies += "com.lihaoyi" %% "os-lib" % "0.11.5",
|
||||
libraryDependencies += "org.scalameta" %% "munit" % "1.2.0" % Test
|
||||
)
|
Reference in New Issue
Block a user