Skip to content

Commit

Permalink
update scalaversion to 2.12.20
Browse files Browse the repository at this point in the history
  • Loading branch information
paul-butcher committed Jan 6, 2025
1 parent 2e5b764 commit f558f51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Common.scala
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import xerial.sbt.Sonatype.autoImport.{sonatypeCredentialHost, sonatypePublishTo

object Common {
def createSettings(projectVersion: String): Seq[Def.Setting[_]] = Seq(
scalaVersion := "2.12.19",
scalaVersion := "2.12.20",
organization := "org.wellcomecollection",
homepage := Some(url("https://github.com/wellcomecollection/scala-libs")),
scmInfo := Some(
Expand Down

0 comments on commit f558f51

Please sign in to comment.