Skip to content

Commit

Permalink
chore(deps): update circe schema json
Browse files Browse the repository at this point in the history
  • Loading branch information
MaethorNaur committed Nov 20, 2023
1 parent 51781e7 commit 5acc25b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ object Dependencies {
private val generic = "io.circe" %% "circe-generic" % version
private val yaml = "io.circe" %% "circe-yaml" % "0.13.1"
val parser = "io.circe" %% "circe-parser" % version
val schema = "io.circe" %% "circe-json-schema" % "0.1.0"
val schema = "io.circe" %% "circe-json-schema" % "0.2.0"
val all = Seq(core, generic, yaml)
}

Expand Down
2 changes: 1 addition & 1 deletion project/DockerSettings.scala
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ object DockerSettings {
new File(baseDirectory.value, "../../docker/confd")
val targetDir = "/app"
new Dockerfile {
from("alpine:3.12.0")
from("alpine:3.18.0")
run("apk",
"add",
"--no-cache",
Expand Down

0 comments on commit 5acc25b

Please sign in to comment.