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 1bbf6e5 commit 26211d4Copy full SHA for 26211d4
build.sbt
@@ -3,7 +3,7 @@ lazy val scalikejdbcVersion = "4.3.5"
3
lazy val jasyncVersion = "2.2.4" // provided
4
lazy val postgresqlVersion = "42.7.8"
5
val Scala212 = "2.12.20"
6
-val Scala213 = "2.13.16"
+val Scala213 = "2.13.17"
7
val Scala3 = "3.3.6"
8
9
crossScalaVersions := Seq(Scala213, Scala212, Scala3)
0 commit comments