Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit 1775941

Browse files
author
scala-steward
committed
Merge branch 'master' into update/scalatest-flatspec-3.2.12
2 parents d99b1c3 + 5f0f4c2 commit 1775941

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/main.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v3
1717
- uses: coursier/[email protected]
18-
- uses: coursier/setup-action@v1.1.2
18+
- uses: coursier/setup-action@v1.2.0
1919
with:
2020
jvm: adopt:11
2121
apps: lsif-java

build.sbt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ val scala3 = "3.1.0"
1010

1111
val scalaIdeaVersion = scala3 // the version for which to import sources into intellij
1212

13-
val scalatestVersion = "3.2.12"
14-
val specs2Version = "4.15.0"
13+
val scalatestVersion = "3.2.10"
14+
val specs2Version = "4.16.1"
1515
val smlTaggingVersion = "2.3.3"
1616

1717
lazy val commonSettings: Seq[Def.Setting[_]] = commonSmlBuildSettings ++ ossPublishSettings ++ Seq(
@@ -228,7 +228,7 @@ lazy val refined = (projectMatrix in file("refined"))
228228
.settings(
229229
name := "diffx-refined",
230230
libraryDependencies ++= Seq(
231-
"eu.timepit" %%% "refined" % "0.9.29",
231+
"eu.timepit" %%% "refined" % "0.10.0",
232232
"org.scalatest" %%% "scalatest-flatspec" % scalatestVersion % Test,
233233
"org.scalatest" %%% "scalatest-shouldmatchers" % scalatestVersion % Test
234234
)

project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-common" % "
22
addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-publish" % "2.0.9")
33
addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-extra" % "2.0.9")
44

5-
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.10.0")
5+
addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.10.1")
66
addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.0")
77
addSbtPlugin("org.scalameta" % "sbt-mdoc" % "2.3.2")
88

0 commit comments

Comments
 (0)