Skip to content

Commit

Permalink
Merge pull request #1569 from scala-steward/update/scala-library-2.13.12
Browse files Browse the repository at this point in the history
Update scala-library, scala-reflect to 2.13.12
  • Loading branch information
jcazevedo committed Sep 13, 2023
2 parents c940eae + 68a823c commit 3aef63c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- scala: '2.12'
scala-version: 2.12.18
- scala: '2.13'
scala-version: 2.13.11
scala-version: 2.13.12
- scala: '3'
scala-version: 3.3.0

Expand Down
2 changes: 1 addition & 1 deletion example/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ val pureconfigVersion = IO.read(file("../version.sbt")).trim match {

libraryDependencies += "com.github.pureconfig" %% "pureconfig" % pureconfigVersion

crossScalaVersions := Seq("2.12.18", "2.13.11")
crossScalaVersions := Seq("2.12.18", "2.13.12")

val versionSpecificFlags =
Def.setting {
Expand Down
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ object Dependencies {

object Version {
val scala212 = "2.12.18"
val scala213 = "2.13.11"
val scala213 = "2.13.12"
val scala3 = "3.3.1"

val scalaTest = "3.2.17"
Expand Down

0 comments on commit 3aef63c

Please sign in to comment.