We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50a5fcb commit a7fbd10Copy full SHA for a7fbd10
build.sbt
@@ -13,7 +13,7 @@ lazy val tptpUtils = (project in file("."))
13
.disablePlugins(sbtassembly.AssemblyPlugin)
14
.settings(
15
commonSettings,
16
- version := "1.1",
+ version := "1.0",
17
name := "tptp-utils",
18
description := "A library and tool for some TPTP utility functions."
19
).aggregate(tptpUtilsRuntime, tptpUtilsApp)
@@ -22,7 +22,7 @@ lazy val tptpUtilsRuntime = (project in file("tptp-utils-runtime"))
22
23
24
name := "tptp-utils-runtime",
25
26
assemblyOption in assembly := (assemblyOption in assembly).value.copy(includeScala = false),
27
test in assembly := {},
28
assemblyJarName in assembly := s"${name.value}-${version.value}.jar",
0 commit comments