Skip to content

Commit

Permalink
Merge pull request #509 from scala-steward/update/patches
Browse files Browse the repository at this point in the history
Patch updates
  • Loading branch information
mkurz authored Jun 7, 2024
2 parents d9c7e81 + 7eca924 commit a8d8dfe
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ lazy val mimaSettings = Seq(
)

lazy val commonSettings = Seq(
scalaVersion := "2.13.12",
crossScalaVersions := Seq("2.13.12", "3.3.1"),
scalaVersion := "2.13.14",
crossScalaVersions := Seq("2.13.14", "3.3.3"),
Test / parallelExecution := false,
Test / testOptions += Tests.Argument(TestFrameworks.ScalaTest, "-oTK"),
headerLicense := Some(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ import org.scalatestplus.play.BrowserFactory.UninitializedDriver
import org.scalatestplus.play.BrowserFactory.UnneededDriver

/**
* Trait that uses a [[http://doc.scalatest.org/3.0.1/index.html#org.scalatest.FlatSpec@sharedTests ''shared test'']] approach to enable
* Trait that uses a [[http://doc.scalatest.org/3.0.3/index.html#org.scalatest.FlatSpec@sharedTests ''shared test'']] approach to enable
* you to run the same tests on multiple browsers in a ScalaTest `Suite`, where each kind of browser is started and stopped
* just once for the whole `Suite`.
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import org.openqa.selenium.firefox.FirefoxProfile
import org.scalatestplus.selenium.WebBrowser

/**
* Trait that uses a [[http://doc.scalatest.org/3.0.1/index.html#org.scalatest.FlatSpec@sharedTests ''shared test'']] approach to enable
* Trait that uses a [[http://doc.scalatest.org/3.0.3/index.html#org.scalatest.FlatSpec@sharedTests ''shared test'']] approach to enable
* you to run the same tests on multiple browsers in a ScalaTest `Suite`, where a new browser is started before each test
* that needs a browser, and stopped after.
*
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.9.8
sbt.version=1.9.9
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ resolvers ++= DefaultOptions.resolvers(snapshot = true)
resolvers ++= Resolver
.sonatypeOssRepos("snapshots") // used by deploy nightlies, which publish here & use -Dplay.version

addSbtPlugin("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "3.0.1"))
addSbtPlugin("org.playframework" % "play-docs-sbt-plugin" % sys.props.getOrElse("play.version", "3.0.3"))

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.3")
Expand Down

0 comments on commit a8d8dfe

Please sign in to comment.