File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ def init(): Unit = {
13
13
sys.props.put(" quill.binds.log" , true .toString)
14
14
}
15
15
16
- val fake = init()
16
+ val fake : Unit = init()
17
17
18
18
resolvers ++= Resolver .sonatypeOssRepos(" releases" )
19
19
@@ -55,7 +55,7 @@ val quillCassandraVersion = quillVersion
55
55
val scalaTestVersion = " 3.2.17"
56
56
57
57
val `ch.qos.logback_logback-classic` = " ch.qos.logback" % " logback-classic" % " 1.2.12"
58
- val `com.datastax.cassandra_cassandra-driver-extras` = " com.datastax.cassandra" % " cassandra-driver-extras" % " 3.11.3 "
58
+ val `com.datastax.cassandra_cassandra-driver-extras` = " com.datastax.cassandra" % " cassandra-driver-extras" % " 3.11.5 "
59
59
val `com.h2database_h2` = " com.h2database" % " h2" % " 2.2.224"
60
60
val `com.typesafe.scala-logging_scala-logging` = " com.typesafe.scala-logging" %% " scala-logging" % " 3.9.5"
61
61
val `dev.zio_zio-interop-cats` = " dev.zio" %% " zio-interop-cats" % " 23.0.0.6"
You can’t perform that action at this time.
0 commit comments