Skip to content

Commit

Permalink
correct version number in build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander Steen committed Dec 6, 2021
1 parent 50a5fcb commit a7fbd10
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ lazy val tptpUtils = (project in file("."))
.disablePlugins(sbtassembly.AssemblyPlugin)
.settings(
commonSettings,
version := "1.1",
version := "1.0",
name := "tptp-utils",
description := "A library and tool for some TPTP utility functions."
).aggregate(tptpUtilsRuntime, tptpUtilsApp)
Expand All @@ -22,7 +22,7 @@ lazy val tptpUtilsRuntime = (project in file("tptp-utils-runtime"))
.settings(
commonSettings,
name := "tptp-utils-runtime",
version := "1.1",
version := "1.0",
assemblyOption in assembly := (assemblyOption in assembly).value.copy(includeScala = false),
test in assembly := {},
assemblyJarName in assembly := s"${name.value}-${version.value}.jar",
Expand Down

0 comments on commit a7fbd10

Please sign in to comment.