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 9e14c33 commit 8cf00aeCopy full SHA for 8cf00ae
build.sbt
@@ -2,9 +2,9 @@ name := "blocking-slick"
2
3
organization := "com.github.takezoe"
4
5
-scalaVersion := "3.3.6"
+scalaVersion := "3.3.7"
6
7
-crossScalaVersions := List("2.12.20", "2.13.17", "3.3.6")
+crossScalaVersions := List("2.12.20", "2.13.17", "3.3.7")
8
9
libraryDependencies ++= Seq(
10
"com.typesafe.slick" %% "slick" % "3.6.1",
0 commit comments