Skip to content

Commit

Permalink
Merge 'zio/develop' into zio2
Browse files Browse the repository at this point in the history
  • Loading branch information
fsvehla committed Dec 18, 2021
2 parents c08b282 + eb38acb commit 37c1c83
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ lazy val zioJsonYaml = project
.settings(buildInfoSettings("zio.json.yaml"))
.settings(
libraryDependencies ++= Seq(
"org.yaml" % "snakeyaml" % "1.29",
"org.yaml" % "snakeyaml" % "1.30",
"dev.zio" %% "zio" % zioVersion,
"dev.zio" %% "zio-test" % zioVersion % "test",
"dev.zio" %% "zio-test-sbt" % zioVersion % "test"
Expand Down Expand Up @@ -286,7 +286,7 @@ lazy val zioJsonInteropRefined = crossProject(JSPlatform, JVMPlatform)
.settings(
crossScalaVersions --= Vector("3.0.2"),
libraryDependencies ++= Seq(
"eu.timepit" %%% "refined" % "0.9.27",
"eu.timepit" %%% "refined" % "0.9.28",
"dev.zio" %%% "zio-test" % zioVersion % "test",
"dev.zio" %%% "zio-test-sbt" % zioVersion % "test"
),
Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ addSbtPlugin("de.heikoseeberger" % "sbt-header"
addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.1.0")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.1.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.8.0")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.1")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.2")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.2.24")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.3")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.5")
addSbtPlugin("pl.project13.scala" % "sbt-jcstress" % "0.2.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "1.9.2")

Expand Down

0 comments on commit 37c1c83

Please sign in to comment.