File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed
Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1- version = 3.8 .0
1+ version = 3.8 .6
22maxColumn = 140
33rewrite.rules = [RedundantBraces , RedundantParens , SortImports ]
44runner.dialect = scala3
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import com.softwaremill.UpdateVersionInDocs
55// Version constants
66val scalaTestV = " 3.2.19"
77val circeV = " 0.14.15"
8- val tapirV = " 1.13.0 "
8+ val tapirV = " 1.13.1 "
99
1010lazy val verifyExamplesCompileUsingScalaCli = taskKey[Unit ](" Verify that each example compiles using Scala CLI" )
1111
@@ -55,7 +55,7 @@ lazy val examples = (project in file("examples"))
5555 libraryDependencies ++= Seq (
5656 " com.softwaremill.sttp.client4" %% " core" % " 4.0.13" ,
5757 " com.softwaremill.sttp.tapir" %% " tapir-netty-server-sync" % tapirV,
58- " ch.qos.logback" % " logback-classic" % " 1.5.20 "
58+ " ch.qos.logback" % " logback-classic" % " 1.5.21 "
5959 ),
6060 verifyExamplesCompileUsingScalaCli := VerifyExamplesCompileUsingScalaCli (sLog.value, sourceDirectory.value)
6161 )
Original file line number Diff line number Diff line change 1- val sbtSoftwareMillVersion = " 2.1.0 "
1+ val sbtSoftwareMillVersion = " 2.1.1 "
22
33addSbtPlugin(" com.softwaremill.sbt-softwaremill" % " sbt-softwaremill-common" % sbtSoftwareMillVersion)
44addSbtPlugin(" com.softwaremill.sbt-softwaremill" % " sbt-softwaremill-publish" % sbtSoftwareMillVersion)
5- addSbtPlugin(" org.scalameta" % " sbt-mdoc" % " 2.8.0 " )
5+ addSbtPlugin(" org.scalameta" % " sbt-mdoc" % " 2.8.1 " )
66addSbtPlugin(" io.spray" % " sbt-revolver" % " 0.10.0" )
You can’t perform that action at this time.
0 commit comments