Skip to content

Commit

Permalink
Merge pull request #151 from alfonsorr/feature/update-plugins-versions
Browse files Browse the repository at this point in the history
Update spark and plugins version to to latest.
  • Loading branch information
SemyonSinchenko authored Sep 7, 2024
2 parents 0db536a + ca6a4c4 commit 57fb54a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 7 deletions.
7 changes: 3 additions & 4 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,8 @@ val versionRegex = """^(.*)\.(.*)\.(.*)$""".r

val sparkVersion = settingKey[String]("Spark version")

val scala2_13 = "2.13.13"
val scala2_12 = "2.12.15"
val scala2_11 = "2.11.17"
val scala2_13 = "2.13.14"
val scala2_12 = "2.12.20"

sparkVersion := System.getProperty("spark.testVersion", "3.5.1")
crossScalaVersions := {
Expand Down Expand Up @@ -53,7 +52,7 @@ import laika.format.Markdown
import laika.config.SyntaxHighlighting
import laika.ast.Path.Root
import laika.ast.{Image, ExternalTarget}
import laika.helium.config._
import laika.helium.config.*
import laika.helium.Helium

laikaTheme := Helium.defaults.site
Expand Down
4 changes: 1 addition & 3 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ resolvers += Resolver.typesafeRepo("releases")

addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.2")

addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.5.12")

addSbtPlugin("com.github.sbt" % "sbt-pgp" % "2.2.1")
addSbtPlugin("com.github.sbt" % "sbt-ci-release" % "1.6.1")

addSbtPlugin("org.typelevel" % "laika-sbt" % "1.2.0")

0 comments on commit 57fb54a

Please sign in to comment.