Skip to content

Commit

Permalink
Fix NoClassDefFoundError: scala/collection/compat/Factory issue. s…
Browse files Browse the repository at this point in the history
…calikejdbc/scalikejdbc#983

  /*
root[ERROR] Exception in thread "pool-2-thread-9" java.lang.NoClassDefFoundError: scala/collection/compat/Factory$
root[ERROR] 	at scalikejdbc.DBSession.list(DBSession.scala:295)
   */
  • Loading branch information
andy7i committed Apr 30, 2020
1 parent c10f546 commit 82cb82b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/Dependencies.scala
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ object Dependencies {
val scalaTestV = "3.0.5"
val scalaCheckV = "1.14.0"
val catsEffectV = "2.1.1"
val scalikejdbcVersion = "3.3.5"
val scalikejdbcVersion = "3.4.1"
val postgresDriverVersion = "42.2.8"
val http4sVersion = "0.21.0-M5"
val circeVersion = "0.12.2"
Expand Down

0 comments on commit 82cb82b

Please sign in to comment.