Skip to content

Commit

Permalink
g
Browse files Browse the repository at this point in the history
  • Loading branch information
pablf committed Aug 21, 2024
1 parent 4255f6a commit 36846e8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ usefulTasks := Seq(
UsefulTask("testOnly *.YourSpec -- -t \"YourLabel\"", "Only runs tests with matching term").noAlias
)

val zioVersion = "2.1.6"
val zioVersion = "2.1.7"

lazy val root =
project
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ addSbtPlugin("dev.zio" % "zio-sbt-website" % "0.3.10")

addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")

addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.17")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.3")

addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.3.2")

Expand Down

0 comments on commit 36846e8

Please sign in to comment.