Skip to content

Commit

Permalink
Update scala-library to 2.13.12
Browse files Browse the repository at this point in the history
  • Loading branch information
scala-steward committed Sep 13, 2023
1 parent 23d54d5 commit 0b9b979
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.11", "3.0.2")
crossScalaVersions := Seq("2.10.6", "2.11.10", "2.12.15","2.13.12", "3.0.2")

version := "0.5.0-SNAPSHOT"

scalaVersion := "2.13.11"
scalaVersion := "2.13.12"

scalacOptions ++= Seq(
// warnings
Expand Down

0 comments on commit 0b9b979

Please sign in to comment.