Skip to content

Commit

Permalink
Merge branch 'master' into update/sbt-1.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mergify[bot] committed Jul 15, 2022
2 parents 4bdb994 + 9f06a54 commit 8a63ac9
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 @@ -29,7 +29,7 @@ lazy val jewishDate =
Test / testOptions += Tests.Argument(TestFrameworks.ScalaCheck, "-minSuccessfulTests", "10000")
)
.jsSettings(
libraryDependencies += "io.github.cquiroz" %%% "scala-java-time" % "2.3.0"
libraryDependencies += "io.github.cquiroz" %%% "scala-java-time" % "2.4.0"
)
lazy val jewishDateJS = jewishDate.js
lazy val jewishDateJVM = jewishDate.jvm
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
addSbtPlugin("org.portable-scala" % "sbt-scalajs-crossproject" % "1.2.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.10.0")
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.10.1")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.10")
addSbtPlugin("io.github.nafg.mergify" % "sbt-mergify-github-actions" % "0.4.0")
libraryDependencies += "io.github.nafg.scalac-options" %% "scalac-options" % "0.2.0"

0 comments on commit 8a63ac9

Please sign in to comment.