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 82123c9 commit 5eca38aCopy full SHA for 5eca38a
build.sbt
@@ -9,7 +9,7 @@ name := "textbook"
9
10
scalaVersion := "2.13.14"
11
12
-crossScalaVersions += "3.4.3"
+crossScalaVersions += "3.5.0"
13
14
enablePlugins(MdocPlugin)
15
src/example_projects/trait-example/build.sbt
@@ -1,6 +1,6 @@
1
2
3
4
5
libraryDependencies ++= Seq(
6
"org.scalikejdbc" %% "scalikejdbc" % "4.3.1",
src/example_projects/trait-refactored-example/build.sbt
0 commit comments