summaryrefslogtreecommitdiff
path: root/build.sbt
diff options
context:
space:
mode:
Diffstat (limited to 'build.sbt')
-rw-r--r--build.sbt6
1 files changed, 3 insertions, 3 deletions
diff --git a/build.sbt b/build.sbt
index db008a0b..2837d46e 100644
--- a/build.sbt
+++ b/build.sbt
@@ -1,6 +1,6 @@
scalaVersion := "2.12.3"
-name := "hbt"
+name := "forge"
organization := "com.lihaoyi"
@@ -32,7 +32,7 @@ sourceGenerators in Compile += Def.task {
"""
}
val output = s"""
- package hbt
+ package forge
trait SequencerGen[Sequencer[_, _, _]] extends LowestPriSequencer[Sequencer]{
protected[this] def Sequencer0[A, B, C](f: (A, B) => C): Sequencer[A, B, C]
${tuples.mkString("\n")}
@@ -44,4 +44,4 @@ sourceGenerators in Compile += Def.task {
""".stripMargin
IO.write(file, output)
Seq(file)
-} \ No newline at end of file
+}