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") {
2727 val jsr305Version = " 3.0.2"
2828 val scalatestVersion = " 3.2.19"
2929 val scalatestplusScalacheckVersion = " 3.2.14.0"
30- val scalacheckVersion = " 1.18.1 "
30+ val scalacheckVersion = " 1.19.0 "
3131 val jettyVersion = " 12.1.1"
3232 val mongoVersion = " 5.5.1"
3333 val springVersion = " 5.3.39"
Original file line number Diff line number Diff line change 11# 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 11logLevel := Level .Warn
22
33addSbtPlugin(" 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 " )
55addSbtPlugin(" org.scala-js" % " sbt-jsdependencies" % " 1.0.2" )
66addSbtPlugin(" org.jetbrains.scala" % " sbt-ide-settings" % " 1.1.3" )
77addSbtPlugin(" pl.project13.scala" % " sbt-jmh" % " 0.4.7" )
You can’t perform that action at this time.
0 commit comments