Skip to content

Commit

Permalink
Merge branch 'master' into scalanative
Browse files Browse the repository at this point in the history
  • Loading branch information
hamnis authored Oct 4, 2024
2 parents ae05f38 + b32d98e commit c14450e
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ jobs:

dependency-submission:
name: Submit Dependencies
if: github.event_name != 'pull_request'
if: github.event.repository.fork == false && github.event_name != 'pull_request'
strategy:
matrix:
os: [ubuntu-latest]
Expand Down
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ val Versions = new {
val discipline = "2.3.0"
val scalaTestPlus = "3.2.19.0"

val scala213 = "2.13.14"
val scala3 = "3.3.3"
val scala213 = "2.13.15"
val scala3 = "3.3.4"

val scalaVersions = Seq(scala213, scala3)
}
Expand Down
4 changes: 2 additions & 2 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
addSbtPlugin("io.circe" % "sbt-circe-org" % "0.4.2")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.16.0")
addSbtPlugin("io.circe" % "sbt-circe-org" % "0.4.3")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.5")

0 comments on commit c14450e

Please sign in to comment.