Skip to content

Commit

Permalink
Merge pull request #362 from ennru/lock-scalajs
Browse files Browse the repository at this point in the history
  • Loading branch information
ignasi35 authored Oct 26, 2020
2 parents a769228 + 4cf2222 commit b5d98f6
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .scala-steward.conf
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
pullRequests.frequency = "@weekly"

updates.pin = [
// "It is not forward binary compatible with 1.0.x: libraries compiled with 1.1.0 cannot be used with 1.0.x."
// https://users.scala-lang.org/t/announcing-scala-js-1-1-0/6053/3?u=sjrd
{ groupId = "org.scala-js", artifactId= "sbt-scalajs", version = "1.0." }
// Scalatest 3.2.x pulls in ScalaJs 1.1
{ groupId = "org.scalatest", artifactId = "scalatest", version = "3.1." }
]

commits.message = "${artifactName} ${nextVersion} (was ${currentVersion})"

0 comments on commit b5d98f6

Please sign in to comment.