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 1- sbt.version =1.7.0
1+ sbt.version =1.7.3
Original file line number Diff line number Diff line change @@ -13,15 +13,15 @@ addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.4.6")
1313
1414addSbtPlugin(" io.github.davidgregory084" % " sbt-tpolecat" % " 0.3.1" )
1515
16- addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.5.10 " )
16+ addSbtPlugin(" com.github.sbt" % " sbt-ci-release" % " 1.5.11 " )
1717
1818addSbtPlugin(" ch.epfl.lamp" % " sbt-dotty" % " 0.5.5" )
1919
2020addSbtPlugin(" org.portable-scala" % " sbt-scala-native-crossproject" % " 1.2.0" )
2121
2222addSbtPlugin(" org.scala-native" % " sbt-scala-native" % " 0.4.8" )
2323
24- libraryDependencies += " org.snakeyaml" % " snakeyaml-engine" % " 2.3 "
24+ libraryDependencies += " org.snakeyaml" % " snakeyaml-engine" % " 2.5 "
2525libraryDependencySchemes ++= Seq (
2626 " org.scala-native" % " sbt-scala-native" % VersionScheme .Always
2727)
You can’t perform that action at this time.
0 commit comments