Skip to content

Commit

Permalink
0.11.0-SNAPSHOT
Browse files Browse the repository at this point in the history
note:
0.11.0-M3 release commands

```
jenv shell 1.6
sbt "; ++ 2.10.7 ; app/publishSigned ; lib/publishSigned ; scaffold/publishSigned ; plugin/publishSigned ; ++ 2.11.12 ; app/publishSigned ; lib/publishSigned"
```

```
jenv shell 1.8
sbt "; ++ 2.12.4 ; ^^ 1.0.4 ; app/publishSigned ; lib/publishSigned ; scaffold/publishSigned ; plugin/publishSigned"
```
  • Loading branch information
xuwei-k committed Feb 10, 2018
1 parent 7f02af2 commit d6fa418
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import Dependencies._
import CrossVersion.partialVersion

val g8version = "0.11.0-M3"
val g8version = "0.11.0-SNAPSHOT"

// posterous title needs to be giter8, so both app and root are named giter8
lazy val root = (project in file("."))
Expand Down

0 comments on commit d6fa418

Please sign in to comment.