Skip to content

Commit c130631

Browse files
author
Alexander Steen
committed
fix version number
1 parent dae9ca7 commit c130631

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ lazy val embedding = (project in file("."))
1212
.disablePlugins(sbtassembly.AssemblyPlugin)
1313
.settings(
1414
commonSettings,
15-
version := "1.6",
15+
version := "1.5",
1616
name := "logic-embedding",
1717
description := "A tool for embedding logics into higher-order logic",
1818
).aggregate(runtime, app)

0 commit comments

Comments
 (0)