Skip to content

Commit

Permalink
Version 0.4.1-beta
Browse files Browse the repository at this point in the history
  • Loading branch information
OndrejSpanel committed Feb 12, 2020
1 parent 5d1c36c commit 704182c
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.3.1-beta",
version := "0.4.1-beta",
scalaVersion := "2.12.10",
scalacOptions ++= Seq("-unchecked", "-deprecation", "-feature")
)
Expand Down

0 comments on commit 704182c

Please sign in to comment.