Skip to content

Commit

Permalink
Merge pull request #141 from scala-steward/update/scala-library-2.13.13
Browse files Browse the repository at this point in the history
Update scala-library to 2.13.13
  • Loading branch information
mergify[bot] authored Feb 27, 2024
2 parents 8a88372 + aff5381 commit bbdb5f9
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions 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.12")
def scalaVersion = T.input("2.13.13")
}

trait BaseMimaModule extends BasePublishModule with Mima {
Expand Down Expand Up @@ -141,9 +141,7 @@ object core extends BaseJavaModule {
}
}

object protobuf extends BaseJavaModule {

}
object protobuf extends BaseJavaModule {}

val scalaVersionsMap =
Map("2.13" -> "2.13.7", "2.12" -> "2.12.17", "3" -> "3.3.0")
Expand Down

0 comments on commit bbdb5f9

Please sign in to comment.