Thanks to visit codestin.com Credit goes to github.com
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 2dcac1f commit a044149Copy full SHA for a044149
project/Base.scala
@@ -32,7 +32,7 @@ object Base {
32
class Base extends Build {
33
import Base._
34
35
- val headVersion = "1.1.3"
+ val headVersion = "1.2.0-rc1"
36
37
object Git {
38
def git(arg: String, args: String*) = Process("git" +: arg +: args)
0 commit comments