File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,7 +27,7 @@ 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 "
30
+ val scalacheckVersion = " 1.19.0 "
31
31
val jettyVersion = " 12.1.1"
32
32
val mongoVersion = " 5.5.1"
33
33
val springVersion = " 5.3.39"
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" )
You can’t perform that action at this time.
0 commit comments