Skip to content

Commit 4684082

Browse files
authored
[Chore] Rename sbt project name back to mantis (#680)
1 parent 68dfe36 commit 4684082

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
@@ -6,7 +6,7 @@ import scala.sys.process.Process
66
val nixBuild = sys.props.isDefinedAt("nix")
77

88
val commonSettings = Seq(
9-
name := "mantis-core",
9+
name := "mantis",
1010
version := "3.0",
1111
scalaVersion := "2.12.12",
1212
testOptions in Test += Tests

0 commit comments

Comments
 (0)