File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ object Dependencies {
1515
1616 val awaitility = Seq (" org.awaitility" % " awaitility" % " 4.2.0" )
1717
18- val specsVersion = " 4.20.2 "
18+ val specsVersion = " 4.20.3 "
1919 val specsBuild = Seq (
2020 " specs2-core" ,
2121 ).map(" org.specs2" %% _ % specsVersion)
@@ -26,7 +26,7 @@ object Dependencies {
2626
2727 val junitInterface = Seq (" com.github.sbt" % " junit-interface" % " 0.13.3" )
2828
29- val playJson = Seq (" org.playframework" %% " play-json" % " 3.0.0 " )
29+ val playJson = Seq (" org.playframework" %% " play-json" % " 3.0.1 " )
3030
3131 val slf4jApi = Seq (" org.slf4j" % " slf4j-api" % " 2.0.9" )
3232
Original file line number Diff line number Diff line change 1- addSbtPlugin(" com.eed3si9n" % " sbt-assembly" % " 2.1.3 " )
1+ addSbtPlugin(" com.eed3si9n" % " sbt-assembly" % " 2.1.4 " )
22addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.2" )
33addSbtPlugin(" com.typesafe" % " sbt-mima-plugin" % " 1.1.3" )
44addSbtPlugin(" de.heikoseeberger" % " sbt-header" % " 5.10.0" )
You can’t perform that action at this time.
0 commit comments