Skip to content

Commit

Permalink
Merge pull request #186 from scala-steward/update/scala-library-2.13.15
Browse files Browse the repository at this point in the history
Update scala-library to 2.13.15
  • Loading branch information
mergify[bot] authored Sep 28, 2024
2 parents fcceceb + 75b9223 commit 93caabc
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 @@ -108,7 +108,7 @@ trait BaseScalaNoPublishModule
extends ScalaModule
with ScalafmtModule
with TpolecatModule {
def scalaVersion = T.input("2.13.14")
def scalaVersion = T.input("2.13.15")
}

trait BaseMimaModule extends BasePublishModule with Mima {
Expand Down

0 comments on commit 93caabc

Please sign in to comment.