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 556f4e8 commit 7ad0718Copy full SHA for 7ad0718
build.sbt
@@ -2,9 +2,9 @@ name := "blocking-slick"
2
3
organization := "com.github.takezoe"
4
5
-scalaVersion := "3.3.2"
+scalaVersion := "3.3.3"
6
7
-crossScalaVersions := List("2.12.19", "2.13.13", "3.3.2")
+crossScalaVersions := List("2.12.19", "2.13.13", "3.3.3")
8
9
libraryDependencies += {
10
if (scalaBinaryVersion.value == "3") {
0 commit comments