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 dae9ca7 commit c130631Copy full SHA for c130631
build.sbt
@@ -12,7 +12,7 @@ lazy val embedding = (project in file("."))
12
.disablePlugins(sbtassembly.AssemblyPlugin)
13
.settings(
14
commonSettings,
15
- version := "1.6",
+ version := "1.5",
16
name := "logic-embedding",
17
description := "A tool for embedding logics into higher-order logic",
18
).aggregate(runtime, app)
0 commit comments