Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/actions/setup-node-4
Browse files Browse the repository at this point in the history
  • Loading branch information
guizmaii committed Nov 5, 2023
2 parents e2a5357 + b5daf5c commit dfcd642
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.6")

libraryDependencies += "org.snakeyaml" % "snakeyaml-engine" % "2.7"
libraryDependencies += "dev.zio" %% "zio" % "2.0.18"
libraryDependencies += "io.circe" %% "circe-yaml" % "0.14.2"
libraryDependencies += "io.circe" %% "circe-yaml" % "0.15.1"
2 changes: 1 addition & 1 deletion zio-sbt-ci/build.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
libraryDependencies += "dev.zio" %% "zio" % "2.0.18"
libraryDependencies += "io.circe" %% "circe-yaml" % "0.14.2"
libraryDependencies += "io.circe" %% "circe-yaml" % "0.15.1"
2 changes: 1 addition & 1 deletion zio-sbt-ci/src/main/scala/zio/sbt/V.scala
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ object V {
"actions/checkout" -> "v4.1.0",
"actions/setup-java" -> "v3.13.0",
"coursier/cache-action" -> "v6",
"actions/setup-node" -> "v3"
"actions/setup-node" -> "v4"
).map { case (k, v) => (k, s"$k@$v") }.apply(packageName)
}
2 changes: 1 addition & 1 deletion zio-sbt-ecosystem/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3")

libraryDependencies += "org.snakeyaml" % "snakeyaml-engine" % "2.7"
libraryDependencies += "dev.zio" %% "zio" % "2.0.18"
libraryDependencies += "io.circe" %% "circe-yaml" % "0.14.2"
libraryDependencies += "io.circe" %% "circe-yaml" % "0.15.1"
2 changes: 1 addition & 1 deletion zio-sbt-githubactions/build.sbt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
libraryDependencies += "dev.zio" %% "zio" % "2.0.18"
libraryDependencies += "io.circe" %% "circe-yaml" % "0.14.2"
libraryDependencies += "io.circe" %% "circe-yaml" % "0.15.1"
2 changes: 1 addition & 1 deletion zio-sbt-website/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
addSbtPlugin("com.thoughtworks.sbt-api-mappings" % "sbt-api-mappings" % "3.0.2")

libraryDependencies += "dev.zio" %% "zio" % "2.0.18"
libraryDependencies += "io.circe" %% "circe-yaml" % "0.14.2"
libraryDependencies += "io.circe" %% "circe-yaml" % "0.15.1"

0 comments on commit dfcd642

Please sign in to comment.