File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ object Commons extends ProjectGroup("commons") {
27
27
val jsr305Version = " 3.0.2"
28
28
val scalatestVersion = " 3.2.19"
29
29
val scalatestplusScalacheckVersion = " 3.2.14.0"
30
- val scalacheckVersion = " 1.18.1 "
31
- val jettyVersion = " 12.1.0 "
30
+ val scalacheckVersion = " 1.19.0 "
31
+ val jettyVersion = " 12.1.1 "
32
32
val mongoVersion = " 5.6.0"
33
33
val springVersion = " 5.3.39"
34
- val typesafeConfigVersion = " 1.4.4 "
34
+ val typesafeConfigVersion = " 1.4.5 "
35
35
val commonsIoVersion = " 1.3.2" // test only
36
36
val scalaLoggingVersion = " 3.9.5"
37
37
val pekkoVersion = " 1.2.0"
Original file line number Diff line number Diff line change 1
1
# suppress inspection "UnusedProperty"
2
- sbt.version =1.11.5
2
+ sbt.version =1.11.6
Original file line number Diff line number Diff line change 1
1
logLevel := Level .Warn
2
2
3
3
addSbtPlugin(" com.github.ghik" % " sbt-nosbt" % " 0.2.1" )
4
- addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.19.0 " )
4
+ addSbtPlugin(" org.scala-js" % " sbt-scalajs" % " 1.20.1 " )
5
5
addSbtPlugin(" org.scala-js" % " sbt-jsdependencies" % " 1.0.2" )
6
6
addSbtPlugin(" org.jetbrains.scala" % " sbt-ide-settings" % " 1.1.3" )
7
7
addSbtPlugin(" pl.project13.scala" % " sbt-jmh" % " 0.4.7" )
8
8
addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.11.2" )
9
9
addSbtPlugin(" com.github.sbt" % " sbt-unidoc" % " 0.6.0" )
10
10
addSbtPlugin(" com.typesafe" % " sbt-mima-plugin" % " 1.1.4" )
11
11
addSbtPlugin(" com.timushev.sbt" % " sbt-updates" % " 0.6.4" )
12
- addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.27 .0" )
12
+ addSbtPlugin(" com.github.sbt" % " sbt-github-actions" % " 0.28 .0" )
You can’t perform that action at this time.
0 commit comments