Skip to content

Commit

Permalink
Publish fix
Browse files Browse the repository at this point in the history
Signed-off-by: Prabhu Subramanian <[email protected]>
  • Loading branch information
prabhu committed Jan 14, 2024
1 parent d9209f7 commit 8b8f5d2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name := "overflowdb2"
ThisBuild / organization := "io.appthreat"
ThisBuild / version := "0.0.2"
ThisBuild / version := "0.0.3"
ThisBuild / scalaVersion := "3.3.1"
publish / skip := true

Expand Down
2 changes: 1 addition & 1 deletion core-tests/build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name := "overflowdb-core-tests"
name := "odb2-core-tests"

publish / skip := true

Expand Down
2 changes: 1 addition & 1 deletion core/build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name := "overflowdb-core"
name := "odb2-core"

libraryDependencies ++= Seq(
"net.sf.trove4j" % "core" % "3.1.0",
Expand Down
2 changes: 1 addition & 1 deletion formats/build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name := "overflowdb-formats"
name := "odb2-formats"

libraryDependencies ++= Seq(
"com.github.tototoshi" %% "scala-csv" % "1.3.10",
Expand Down
2 changes: 1 addition & 1 deletion traversal-tests/build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name := "overflowdb-traversal-tests"
name := "odb2-traversal-tests"

publish / skip := true

Expand Down
2 changes: 1 addition & 1 deletion traversal/build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name := "overflowdb-traversal"
name := "odb2-traversal"

libraryDependencies ++= Seq(
"org.reflections" % "reflections" % "0.10.2",
Expand Down

0 comments on commit 8b8f5d2

Please sign in to comment.