Skip to content

Commit

Permalink
Merge pull request #1297 from scala-steward/update/scala-compiler-2.1…
Browse files Browse the repository at this point in the history
…3.15

Update scala-compiler, scala-library, ... to 2.13.15
  • Loading branch information
mergify[bot] authored Oct 1, 2024
2 parents cbce610 + e908ecb commit 7e70fd9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ val gitPubUrl = s"https://github.com/$gitHubOwner/$projectName.git"
val gitDevUrl = s"git@github.com:$gitHubOwner/$projectName.git"

val Scala_2_12 = "2.12.20"
val Scala_2_13 = "2.13.14"
val Scala_2_13 = "2.13.15"
val Scala_3 = "3.3.4"

val catsVersion = "2.12.0"
Expand Down
2 changes: 1 addition & 1 deletion project/plugins.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % "1.17.0")

addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.5")

addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.0")
addSbtPlugin("org.scoverage" % "sbt-scoverage" % "2.2.1")

addSbtPlugin("org.typelevel" % "sbt-typelevel-mergify" % "0.7.3")

Expand Down

0 comments on commit 7e70fd9

Please sign in to comment.