Skip to content

Commit

Permalink
Merge pull request #170 from nafg/update/scala-library-2.13.13
Browse files Browse the repository at this point in the history
Update scala-library, scala-reflect to 2.13.13
  • Loading branch information
mergify[bot] authored Feb 27, 2024
2 parents e5627b9 + 6e79084 commit 53955b7
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
@@ -1,7 +1,7 @@
import _root_.io.github.nafg.mergify.dsl._

val Scala212 = "2.12.18"
val Scala213 = "2.13.12"
val Scala213 = "2.13.13"

ThisBuild / scalacOptions += "-feature"
ThisBuild / scalacOptions += "-Xsource:3"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ class Test extends munit.FunSuite {
}

test("Multiple alternatives") {
val scalaVersion1 = "2.13.12"
val scalaVersion1 = "2.13.13"
val scalaVersion2 = "3.2.0"
val jobs =
List(
Expand Down

0 comments on commit 53955b7

Please sign in to comment.