Skip to content

Commit

Permalink
Add missing publishSettings
Browse files Browse the repository at this point in the history
  • Loading branch information
voidcontext committed Aug 29, 2020
1 parent d6d9d17 commit d5b9a9a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Expand Up @@ -53,6 +53,7 @@ lazy val console4s = (project in file("console4s"))
lazy val `console4s-testkit` = (project in file("console4s-testkit"))
.settings(
name := "console4s-testkit",
publishSettings,
defaultSettings,
libraryDependencies ++= Seq(
"org.typelevel" %% "cats-core" % catsVersion
Expand All @@ -63,6 +64,7 @@ lazy val `console4s-testkit` = (project in file("console4s-testkit"))
lazy val `console4s-iterm-extras` = (project in file("console4s-iterm-extras"))
.settings(
name := "console4s-iterm-extras",
publishSettings,
defaultSettings,
libraryDependencies ++= Seq(
"org.typelevel" %% "cats-core" % catsVersion,
Expand Down

0 comments on commit d5b9a9a

Please sign in to comment.