Skip to content

Commit

Permalink
Merge pull request #97 from http4s/update/circe-generic-0.14.8
Browse files Browse the repository at this point in the history
Update circe-generic to 0.14.8
  • Loading branch information
froth authored Jun 26, 2024
2 parents 21ffc01 + 0dc54ea commit ce182f2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ ThisBuild / githubWorkflowJavaVersions := Seq(
ThisBuild / githubWorkflowPublishTargetBranches := Seq.empty

val Http4sVersion = "0.23.27"
val CirceVersion = "0.14.7"
val CirceVersion = "0.14.8"
val MunitVersion = "1.0.0"
val LogbackVersion = "1.5.6"
val MunitCatsEffectVersion = "2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion src/main/g8/build.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
val Http4sVersion = "0.23.27"
val CirceVersion = "0.14.7"
val CirceVersion = "0.14.8"
val MunitVersion = "1.0.0"
val LogbackVersion = "1.5.6"
val MunitCatsEffectVersion = "2.0.0"
Expand Down
2 changes: 1 addition & 1 deletion src/main/g8/default.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name = quickstart
organization = com.example
package = $organization$.$name;format="norm,word"$

scala_version = 2.13.13
scala_version = 2.13.14
# graal_vm_specific
graal_native_image = true
is_linux_build = false
Expand Down

0 comments on commit ce182f2

Please sign in to comment.