Skip to content

Commit

Permalink
Merge branch 'master' into update/sbt-mima-plugin-1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 14, 2023
2 parents 518e37d + 556effc commit 4d0ac0a
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,9 @@ lazy val `fsi-macros` = crossProject(JVMPlatform, JSPlatform, NativePlatform)
CrossVersion.partialVersion(scalaVersion.value) match {
case Some((2, _)) => Seq(
"org.scala-lang" % "scala-reflect" % scalaVersion.value,
"org.scalatest" %% "scalatest" % "3.2.16" % Test
"org.scalatest" %% "scalatest" % "3.2.17" % Test
)
case _ => Seq("org.scalatest" %% "scalatest" % "3.2.16" % Test)
case _ => Seq("org.scalatest" %% "scalatest" % "3.2.17" % Test)
}
}
)
Expand Down Expand Up @@ -149,7 +149,7 @@ lazy val `fsi-benchmark-core` = crossProject(JVMPlatform)
.settings(
crossScalaVersions := Seq("2.13.11", scalaVersion.value, "2.11.12"),
libraryDependencies ++= Seq(
"org.scalatest" %% "scalatest" % "3.2.16" % Test
"org.scalatest" %% "scalatest" % "3.2.17" % Test
)
)

Expand All @@ -167,7 +167,7 @@ lazy val `fsi-benchmark` = crossProject(JVMPlatform)
"com.dongxiguo" %% "fastring" % "1.0.0",
"com.outr" %% "perfolation" % "1.1.7",
"com.outr" %% "scribe-slf4j" % "2.7.13" % Test,
"org.scalatest" %% "scalatest" % "3.2.16" % Test
"org.scalatest" %% "scalatest" % "3.2.17" % Test
)
)

Expand Down
6 changes: 3 additions & 3 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.9")
addSbtPlugin("org.xerial.sbt" % "sbt-sonatype" % "3.9.21")
addSbtPlugin("com.github.sbt" % "sbt-release" % "1.1.0")
addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.8")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.5")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.0.9")
addSbtPlugin("pl.project13.scala" % "sbt-jmh" % "0.4.6")
addSbtPlugin("com.typesafe" % "sbt-mima-plugin" % "1.1.2")
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.9")
addSbtPlugin("org.scoverage" % "sbt-coveralls" % "1.3.11")
addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.6.4")

0 comments on commit 4d0ac0a

Please sign in to comment.