Skip to content

Commit

Permalink
Merge pull request #50 from jbkt/master
Browse files Browse the repository at this point in the history
Set new version
  • Loading branch information
jbkt authored Nov 20, 2019
2 parents e1d9950 + a49405b commit 14837b7
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 @@ -2,7 +2,7 @@ import scala.sys.process.Process

lazy val commonSettings = Seq(
organization := "com.criteo",
version := "0.4.13",
version := "0.4.14",
scalaVersion := "2.12.4",
crossScalaVersions := Seq("2.11.8", "2.12.4"),
scalacOptions := Seq("-deprecation"),
Expand Down

0 comments on commit 14837b7

Please sign in to comment.