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 2dcb51a commit 84e91adCopy full SHA for 84e91ad
build.sbt
@@ -3,7 +3,7 @@ lazy val scalikejdbcVersion = "4.2.1"
3
lazy val jasyncVersion = "2.2.4" // provided
4
lazy val postgresqlVersion = "42.7.3"
5
val Scala212 = "2.12.19"
6
-val Scala213 = "2.13.13"
+val Scala213 = "2.13.14"
7
val Scala3 = "3.3.3"
8
9
crossScalaVersions := Seq(Scala213, Scala212, Scala3)
0 commit comments