Skip to content

Commit

Permalink
Scala-Steward: Update scala-compiler, scala-library, ... from 2.12.17…
Browse files Browse the repository at this point in the history
… to 2.12.18 (#323)

* Scala-Steward: Update scala-compiler, scala-library, ... from 2.12.17 to 2.12.18

* Bump `semanticdbVersion`

---------

Co-authored-by: Pawel Lipski <[email protected]>
  • Loading branch information
scala-steward and PawelLipski authored Jun 9, 2023
1 parent 512d4b2 commit 14ac09d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/standard-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,7 @@ jobs:
sbt "++ 2.12.15 test"
sbt "++ 2.12.16 test"
sbt "++ 2.12.17 test"
sbt "++ 2.12.18 test"
test-213-1:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ lazy val testAgainstScalaVersions =
"2.12.14",
"2.12.15",
"2.12.16",
"2.12.17",
"2.13.2",
"2.13.3",
"2.13.4",
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ import sbt._

object Dependencies {
val scalaVersion213 = "2.13.11"
val scalaVersion212 = "2.12.17"
val scalaVersion212 = "2.12.18"

val akkaVersion = "2.6.20"
val borerVersion = "1.8.0"
Expand Down
2 changes: 2 additions & 0 deletions project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
addDependencyTreePlugin

addSbtPlugin("com.eed3si9n" % "sbt-projectmatrix" % "0.9.0")
addSbtPlugin("com.eed3si9n" % "sbt-assembly" % "2.1.1")
addSbtPlugin("org.scalameta" % "sbt-scalafmt" % "2.5.0")
Expand Down
2 changes: 2 additions & 0 deletions project/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
addDependencyTreePlugin

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

0 comments on commit 14ac09d

Please sign in to comment.