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 4819189 commit 4a18de9Copy full SHA for 4a18de9
build.sbt
@@ -2,9 +2,9 @@ name := "blocking-slick"
2
3
organization := "com.github.takezoe"
4
5
-scalaVersion := "3.3.1"
+scalaVersion := "3.3.2"
6
7
-crossScalaVersions := List("2.12.18", "2.13.12", "3.3.1")
+crossScalaVersions := List("2.12.18", "2.13.12", "3.3.2")
8
9
libraryDependencies += {
10
if (scalaBinaryVersion.value == "3") {
0 commit comments