Skip to content

Commit

Permalink
Merge pull request #162 from scala-steward/update/scala-library-2.13.14
Browse files Browse the repository at this point in the history
Update scala-library to 2.13.14
  • Loading branch information
mergify[bot] committed May 5, 2024
2 parents 2ad73c2 + c2bab6c commit c2b8a67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ trait BaseScalaNoPublishModule
extends ScalaModule
with ScalafmtModule
with TpolecatModule {
def scalaVersion = T.input("2.13.13")
def scalaVersion = T.input("2.13.14")
}

trait BaseMimaModule extends BasePublishModule with Mima {
Expand Down

0 comments on commit c2b8a67

Please sign in to comment.