Skip to content

Commit

Permalink
Update scala-library to 2.13.15
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 30, 2024
1 parent f3421db commit 49a34d5
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 49a34d5

Please sign in to comment.