We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d02ce88 commit c5b2f3dCopy full SHA for c5b2f3d
build.sbt
@@ -2,7 +2,7 @@ import scala.sys.process.Process
2
3
lazy val commonSettings = Seq(
4
organization := "com.criteo",
5
- version := "0.4.12",
+ version := "0.4.13",
6
scalaVersion := "2.12.4",
7
crossScalaVersions := Seq("2.11.8", "2.12.4"),
8
scalacOptions := Seq("-deprecation"),
0 commit comments