Skip to content

Commit

Permalink
Merge pull request #188 from scala-steward/update/scala-library-2.13.12
Browse files Browse the repository at this point in the history
Update scala-library to 2.13.12
  • Loading branch information
lewisjkl authored Oct 27, 2023
2 parents f9f197d + 5a3c56b commit b97b5a6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ trait BasePublishModule extends BaseModule with CiReleaseModule {
}

trait ScalaVersionModule extends ScalaModule with ScalafmtModule {
def scalaVersion = T.input("2.13.11")
def scalaVersion = T.input("2.13.12")

def scalacOptions = T {
super.scalacOptions() ++ scalacOptionsFor(scalaVersion())
Expand Down Expand Up @@ -367,6 +367,8 @@ object proto extends Module {
PathRef(out)
}

override def scalaPBOptions = "scala3_sources"

def protobufDefinitions = T.sources { Seq(scalaPBUnpackProto()) }

def resources = T.sources {
Expand Down

0 comments on commit b97b5a6

Please sign in to comment.