Skip to content

Commit

Permalink
Merge pull request #40 from scalacenter/update/scala-library-2.13.11
Browse files Browse the repository at this point in the history
Update scala-library to 2.13.11
  • Loading branch information
ckipp01 committed Jun 8, 2023
2 parents 108d2f7 + 424a245 commit 6e4ded9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -41,7 +41,7 @@ lazy val V = new {

val scala211 = "2.11.12"
val scala212 = "2.12.18"
val scala213 = "2.13.10"
val scala213 = "2.13.11"
}

lazy val plugin = (project in file("."))
Expand Down
Expand Up @@ -457,7 +457,7 @@ abstract class ConfigGenerationSuite extends BaseConfigSuite {
| mavenCentral()
|}
|dependencies {
| implementation 'org.scala-lang:scala-library:2.13.10'
| implementation 'org.scala-lang:scala-library:2.13.11'
|}
""".stripMargin
)
Expand Down

0 comments on commit 6e4ded9

Please sign in to comment.