Skip to content

Commit

Permalink
Merge pull request #787 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
mcmpp authored Oct 23, 2024
2 parents 91878fe + cef7bb4 commit eb9a7f3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
scalaVersion := "2.13.13"
scalaVersion := "2.13.15"

enablePlugins(JavaServerAppPackaging)
enablePlugins(DockerPlugin)
Expand Down Expand Up @@ -43,8 +43,8 @@ val buildSettings = Seq(
.setPreference(DanglingCloseParenthesis, Force)
.setPreference(AlignSingleLineCaseStatements, true),
version := "2.6.40",
scalaVersion := "2.13.13",
crossScalaVersions := Seq("2.13.8", "2.13.13"),
scalaVersion := "2.13.15",
crossScalaVersions := Seq("2.13.8", "2.13.15"),
resolvers ++= Resolver.sonatypeOssRepos("snapshots"),
resolvers ++= Resolver.sonatypeOssRepos("releases"),
resolvers += "Sonatype Snapshots" at "https://oss.sonatype.org/content/repositories/snapshots/",
Expand Down

0 comments on commit eb9a7f3

Please sign in to comment.