Skip to content

Commit

Permalink
Merge branch 'master' into update/zio-2.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
vigoo authored Aug 14, 2024
2 parents 3ef9386 + db71309 commit aeb0e57
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .scalafmt.conf
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = 3.8.2
version = 3.8.3

runner.dialect = scala213source3

Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ val scala2 = "2.13.14"
val scala3 = "3.3.3"

val zioVersion = "2.1.7"
val zioSchemaVersion = "1.2.2"
val zioSchemaVersion = "1.3.0"

name := "desert"

Expand Down Expand Up @@ -213,7 +213,7 @@ lazy val shardcake = Project("desert-shardcake", file("desert-shardcake"))
.settings(
description := "Shardcake serialization bindings for desert",
libraryDependencies ++= Seq(
"com.devsisters" %% "shardcake-core" % "2.3.0",
"com.devsisters" %% "shardcake-core" % "2.3.2",
"dev.zio" %% "zio-schema-derivation" % zioSchemaVersion % Test
)
)
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version = 1.10.0
sbt.version = 1.10.1
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.1.0")
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")
addSbtPlugin("com.47deg" % "sbt-microsites" % "1.4.3")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.3")
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.5.4")
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.7")
addSbtPlugin("com.github.sbt" % "sbt-unidoc" % "0.5.0")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")

libraryDependencies += "org.scalameta" % "scalameta_2.12" % "4.9.7"
libraryDependencies += "org.scalameta" % "scalameta_2.12" % "4.9.9"

ThisBuild / libraryDependencySchemes ++= Seq(
"org.scala-lang.modules" %% "scala-xml" % VersionScheme.Always
Expand Down

0 comments on commit aeb0e57

Please sign in to comment.