Skip to content

Commit

Permalink
refactor: Rename project for json handling
Browse files Browse the repository at this point in the history
  • Loading branch information
junghoon-vans committed Aug 27, 2023
1 parent 3ed6635 commit 3a9d6d1
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ lazy val root = (project in file("."))
name := "working-scala"
)

lazy val `zio-json` = project
lazy val `json-handling` = project
.settings(sharedSettings)
.settings(
libraryDependencies ++= Seq(
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 3a9d6d1

Please sign in to comment.