File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,8 @@ import microsites.ExtraMdFileConfig
33
44lazy val buildSettings = Seq (
55 organization := " com.github.finagle" ,
6- scalaVersion := " 2.13.15 " ,
7- crossScalaVersions := Seq (" 2.12.20" , " 2.13.15 " )
6+ scalaVersion := " 2.13.16 " ,
7+ crossScalaVersions := Seq (" 2.12.20" , " 2.13.16 " )
88)
99
1010lazy val twitterVersion = " 24.2.0"
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ resolvers ++= Seq(
55 " jgit-repo" at " https://download.eclipse.org/jgit/maven"
66)
77
8- addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 2.2.2 " )
8+ addSbtPlugin(" org.scoverage" % " sbt-scoverage" % " 2.3.0 " )
99addSbtPlugin(" com.github.sbt" % " sbt-unidoc" % " 0.5.0" )
1010addSbtPlugin(" com.github.sbt" % " sbt-pgp" % " 2.3.1" )
1111addSbtPlugin(" com.github.sbt" % " sbt-release" % " 1.4.0" )
You can’t perform that action at this time.
0 commit comments