This repository was archived by the owner on Jan 24, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 15
15
steps :
16
16
- uses : actions/checkout@v3
17
17
-
uses :
coursier/[email protected]
18
- - uses : coursier/setup-action@v1.1.2
18
+ - uses : coursier/setup-action@v1.2.0
19
19
with :
20
20
jvm : adopt:11
21
21
apps : lsif-java
Original file line number Diff line number Diff line change @@ -10,8 +10,8 @@ val scala3 = "3.1.0"
10
10
11
11
val scalaIdeaVersion = scala3 // the version for which to import sources into intellij
12
12
13
- val scalatestVersion = " 3.2.12 "
14
- val specs2Version = " 4.15.0 "
13
+ val scalatestVersion = " 3.2.10 "
14
+ val specs2Version = " 4.16.1 "
15
15
val smlTaggingVersion = " 2.3.3"
16
16
17
17
lazy val commonSettings : Seq [Def .Setting [_]] = commonSmlBuildSettings ++ ossPublishSettings ++ Seq (
@@ -228,7 +228,7 @@ lazy val refined = (projectMatrix in file("refined"))
228
228
.settings(
229
229
name := " diffx-refined" ,
230
230
libraryDependencies ++= Seq (
231
- " eu.timepit" %%% " refined" % " 0.9.29 " ,
231
+ " eu.timepit" %%% " refined" % " 0.10.0 " ,
232
232
" org.scalatest" %%% " scalatest-flatspec" % scalatestVersion % Test ,
233
233
" org.scalatest" %%% " scalatest-shouldmatchers" % scalatestVersion % Test
234
234
)
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ addSbtPlugin("com.softwaremill.sbt-softwaremill" % "sbt-softwaremill-common" % "
2
2
addSbtPlugin(" com.softwaremill.sbt-softwaremill" % " sbt-softwaremill-publish" % " 2.0.9" )
3
3
addSbtPlugin(" com.softwaremill.sbt-softwaremill" % " sbt-softwaremill-extra" % " 2.0.9" )
4
4
5
- addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.10.0 " )
5
+ addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.10.1 " )
6
6
addSbtPlugin(" com.eed3si9n" % " sbt-projectmatrix" % " 0.9.0" )
7
7
addSbtPlugin(" org.scalameta" % " sbt-mdoc" % " 2.3.2" )
8
8
You can’t perform that action at this time.
0 commit comments