Skip to content

Commit

Permalink
correct namespace and rev version
Browse files Browse the repository at this point in the history
  • Loading branch information
GeekSheikh committed Mar 26, 2021
1 parent a421c70 commit 87f7c33
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
name := "dataframe-rules-engine"

organization := "com.databricks"
organization := "com.databricks.labs"

version := "0.1.1"
version := "0.1.2"

scalaVersion := "2.12.12"
scalacOptions ++= Seq("-Xmax-classfile-name", "78")
Expand Down Expand Up @@ -31,7 +31,7 @@ testOptions in Test += Tests.Argument(TestFrameworks.ScalaTest, "-oD")


lazy val commonSettings = Seq(
version := "0.1.1",
organization := "com.databricks",
version := "0.1.2",
organization := "com.databricks.labs",
scalaVersion := "2.12.12"
)

0 comments on commit 87f7c33

Please sign in to comment.