Skip to content

Commit

Permalink
Merge branch 'main' into update/nscplugin-0.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
KacperFKorban authored Oct 14, 2024
2 parents b18ee8d + d58ab0e commit 9c8dcb6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
val scala3 = "3.3.3"
val scala3 = "3.3.4"

Global / concurrentRestrictions += Tags.limit(Tags.All, 1)

Expand Down Expand Up @@ -78,7 +78,7 @@ lazy val zio2 = projectMatrix
.settings(
name := "avocADO-zio-2",
libraryDependencies ++= Seq(
"dev.zio" %%% "zio" % "2.1.5"
"dev.zio" %%% "zio" % "2.1.6"
),
scalacOptions := scalacOptions.value.filterNot(_ == "-Xcheck-macros")
)
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.5")
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.10.0")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")

0 comments on commit 9c8dcb6

Please sign in to comment.