Skip to content

Commit

Permalink
Update circe-core, circe-generic, ... to 0.14.7
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Jun 12, 2024
1 parent 96fef90 commit cfc4d2b
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
lazy val circeVersion = "0.14.6"
lazy val circeVersion = "0.14.7"
lazy val pekkoVersion = "1.0.2"
lazy val pekkoHttpVersion = "1.0.1"

Expand Down Expand Up @@ -65,7 +65,6 @@ ThisBuild / githubWorkflowPublish := Seq(
)
)

lazy val root = (project in file("."))
.settings(
name := "warp10-scala-client"
)
lazy val root = (project in file(".")).settings(
name := "warp10-scala-client"
)

0 comments on commit cfc4d2b

Please sign in to comment.