Skip to content

Commit

Permalink
Increase version.
Browse files Browse the repository at this point in the history
  • Loading branch information
OndrejSpanel committed Oct 31, 2019
1 parent df36c58 commit fc07d88
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
Expand Up @@ -4,7 +4,7 @@ import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType}

lazy val commonSettings = Seq(
organization := "com.github.ondrejspanel",
version := "0.1.11-beta",
version := "0.2.1-beta",
scalaVersion := "2.12.10",
scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature")
)
Expand Down

0 comments on commit fc07d88

Please sign in to comment.