We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e06ba1c commit 297677dCopy full SHA for 297677d
build.sbt
@@ -4,7 +4,7 @@ import com.softwaremill.Publish.ossPublishSettings
4
val scala211 = "2.11.12"
5
val scala212 = "2.12.12"
6
val scala213 = "2.13.8"
7
-val scala30 = "3.0.2"
+val scala30 = "3.2.0"
8
9
val commonSettings = commonSmlBuildSettings ++ ossPublishSettings ++ List(
10
organization := "com.softwaremill.retry"
0 commit comments