Skip to content

Commit

Permalink
chore: prepare 0.1.0-M1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
oleg-py committed May 11, 2019
1 parent c9b71e4 commit e0ce7ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -4,7 +4,7 @@ import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType}
inThisBuild(Seq(
organization := "com.olegpy",
scalaVersion := "2.12.8",
version := "0.1.0-SNAPSHOT",
version := "0.1.0-M1",
crossScalaVersions := Seq("2.11.12", "2.12.8"),
pgpPassphrase := sys.env.get("PGP_PASS").map(_.toArray),
))
Expand Down

0 comments on commit e0ce7ec

Please sign in to comment.