Skip to content

Commit

Permalink
bump for igluctl-rc9 and schema-ddl-M4
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzhanunlu committed Feb 7, 2018
1 parent eef893e commit a023862
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion 0-common/igluctl/project/BuildSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ object BuildSettings {
lazy val basicSettings = Seq[Setting[_]](
name := "igluctl",
organization := "com.snowplowanalytics",
version := "0.4.0-rc8",
version := "0.4.0-rc9",
description := "Iglu Command Line Interface",
scalaVersion := "2.12.4",
scalacOptions := Seq(
Expand Down
2 changes: 1 addition & 1 deletion 0-common/igluctl/project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ object Dependencies {
val jsonValidator = "2.2.6"
val awsJava = "1.11.250"
// Scala
val schemaddl = "0.7.0-M3"
val schemaddl = "0.7.0-M4"
val scopt = "3.5.0"
val scalajHttp = "2.3.0"
val awscala = "0.5.9"
Expand Down
2 changes: 1 addition & 1 deletion 0-common/schema-ddl/project/BuildSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ object BuildSettings {
// Basic settings for our app
lazy val basicSettings = Seq[Setting[_]](
organization := "com.snowplowanalytics",
version := "0.7.0-M3",
version := "0.7.0-M4",
description := "Set of Abstract Syntax Trees for various DDL and Schema formats",
scalaVersion := "2.12.4",
crossScalaVersions := Seq("2.11.12", "2.12.4"),
Expand Down

0 comments on commit a023862

Please sign in to comment.