Skip to content

Commit

Permalink
Rename projects
Browse files Browse the repository at this point in the history
  • Loading branch information
Prometheus3375 committed Jun 24, 2022
1 parent ee070e4 commit ccaacba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ThisBuild / scalaVersion := "2.12.12"
ThisBuild / crossScalaVersions := Seq("2.11.12", "2.12.12")

lazy val root = (project in file("."))
.settings(commonSettings, name := "country-codes", publish / skip := true)
.settings(commonSettings, name := "country-codes-root", publish / skip := true)
.aggregate(countryCodes)

lazy val countryCodes = (project in file("country-codes")).settings(commonSettings)
Expand Down
2 changes: 1 addition & 1 deletion country-codes/build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name := "country-codes-scala"
name := "country-codes"
version := "0.0.6"

val jacksonVersion = "2.10.5"
Expand Down

0 comments on commit ccaacba

Please sign in to comment.