Skip to content

Commit

Permalink
Merge pull request #93 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
hipjim authored Oct 24, 2024
2 parents d72f2b5 + 49a34d5 commit f455370
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@ name := "scala-retry"

organization := "com.github.hipjim"

crossScalaVersions := Seq("2.10.6", "2.11.10", "2.12.15","2.13.14", "3.0.2")
crossScalaVersions := Seq("2.10.6", "2.11.10", "2.12.15","2.13.15", "3.0.2")

version := "0.5.0-SNAPSHOT"

scalaVersion := "2.13.14"
scalaVersion := "2.13.15"

scalacOptions ++= Seq(
// warnings
Expand Down

0 comments on commit f455370

Please sign in to comment.