Skip to content

Commit

Permalink
Update scala-library to 2.12.14 (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward authored May 28, 2021
1 parent d6295ae commit 27777fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ inThisBuild(
)
),
resolvers += Resolver.sonatypeRepo("public"),
scalaVersion := "2.12.13",
scalaVersion := "2.12.14",
publishArtifact in packageDoc := sys.env.contains("CI"),
publishArtifact in packageSrc := sys.env.contains("CI")
)
Expand Down

0 comments on commit 27777fa

Please sign in to comment.