Skip to content

Commit

Permalink
Merge pull request #2263 from ckipp01/snapshot
Browse files Browse the repository at this point in the history
Bump snapshot version
  • Loading branch information
tgodzik committed Nov 26, 2020
2 parents 0a04189 + f1c73c5 commit 84ee86a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -2,7 +2,7 @@ import scala.collection.mutable
import scala.sys.process._
import Tests._

def localSnapshotVersion = "0.9.7-SNAPSHOT"
def localSnapshotVersion = "0.9.8-SNAPSHOT"
def isCI = System.getenv("CI") != null

def isScala211(v: Option[(Long, Long)]): Boolean = v.contains((2, 11))
Expand Down

0 comments on commit 84ee86a

Please sign in to comment.