File tree Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Expand file tree Collapse file tree 3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -8,18 +8,18 @@ object Dependencies {
8
8
9
9
// Exported
10
10
def cats = " 2.8.0"
11
- def scala2 = " 2.13.8 "
12
- def scala3 = " 3.1.3 "
11
+ def scala2 = " 2.13.9 "
12
+ def scala3 = " 3.2.0 "
13
13
def sourceCode = " 0.3.0"
14
- def univEq = " 2.0.0 "
14
+ def univEq = " 2.0.1 "
15
15
16
16
// Internal
17
17
def jamm = " 0.3.3"
18
18
def kindProjector = " 0.13.2"
19
- def nyaya = " 1.0 .0"
20
- def scalaCheck = " 1.15.4 "
19
+ def nyaya = " 1.1 .0"
20
+ def scalaCheck = " 1.17.0 "
21
21
def scalaJsJavaTime = " 2.4.0"
22
- def utest = " 0.8.0 "
22
+ def utest = " 0.8.1 "
23
23
}
24
24
25
25
object Dep {
Original file line number Diff line number Diff line change 1
- sbt.version =1.6.2
1
+ sbt.version =1.7.1
Original file line number Diff line number Diff line change 1
- addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.10.1 " )
1
+ addSbtPlugin(" ch.epfl.scala" % " sbt-scalafix" % " 0.10.3 " )
2
2
addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.5.10" )
3
3
addSbtPlugin(" org.portable-scala" % " sbt-scalajs-crossproject" % " 1.2.0" )
4
- addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.10.1 " )
4
+ addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.11.0 " )
5
5
addSbtPlugin(" pl.project13.scala" % " sbt-jmh" % " 0.4.3" )
You can’t perform that action at this time.
0 commit comments