We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6d2ff1a commit c377c54Copy full SHA for c377c54
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.11",
+ version := "0.4.12",
6
scalaVersion := "2.12.4",
7
crossScalaVersions := Seq("2.11.8", "2.12.4"),
8
scalacOptions := Seq("-deprecation"),
0 commit comments