Skip to content

Commit

Permalink
Merge pull request #85 from scala-steward/update/scala-library-2.13.11
Browse files Browse the repository at this point in the history
Update scala-library to 2.13.11
  • Loading branch information
hipjim committed Aug 6, 2023
2 parents 1fede5e + 90a391e commit 23d54d5
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.8", "3.0.2")
crossScalaVersions := Seq("2.10.6", "2.11.10", "2.12.15","2.13.11", "3.0.2")

version := "0.5.0-SNAPSHOT"

scalaVersion := "2.13.8"
scalaVersion := "2.13.11"

scalacOptions ++= Seq(
// warnings
Expand Down

0 comments on commit 23d54d5

Please sign in to comment.