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 @@ -251,7 +251,7 @@ lazy val `play-jsonJVM` = `play-json`.jvm
251251 else
252252 specs2(scalaVersion.value)
253253 } :+ (
254- " ch.qos.logback" % " logback-classic" % " 1.5.6 " % Test
254+ " ch.qos.logback" % " logback-classic" % " 1.5.8 " % Test
255255 ),
256256 Test / unmanagedSourceDirectories ++= (docsP / PlayDocsKeys .scalaManualSourceDirectories).value,
257257 )
Original file line number Diff line number Diff line change 11object Dependencies {
2- val Scala212 = " 2.12.19 "
2+ val Scala212 = " 2.12.20 "
33 val Scala213 = " 2.13.14"
44 val Scala3 = " 3.3.3"
55}
Original file line number Diff line number Diff line change @@ -22,4 +22,4 @@ addSbtPlugin("org.portable-scala" % "sbt-scala-native-crossproject" % "1.3.2")
2222
2323addSbtPlugin(" org.scalameta" % " sbt-scalafmt" % " 2.5.2" )
2424
25- addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.6.0 " )
25+ addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.6.1 " )
You can’t perform that action at this time.
0 commit comments