Skip to content

Commit f9feb1c

Browse files
Update scalikejdbc to 4.3.4 (#1129)
1 parent b9b89fc commit f9feb1c

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ val scala2Async = "org.scala-lang.modules" %% "scala-async" % "1.0.1"
5656
val scala3Async =
5757
"com.github.rssh" %% "shim-scala-async-dotty-cps-async" % "0.9.23" // allows cross compilation w/o changes in source code
5858

59-
val scalikeJdbc = "org.scalikejdbc" %% "scalikejdbc" % "4.3.2"
59+
val scalikeJdbc = "org.scalikejdbc" %% "scalikejdbc" % "4.3.4"
6060
val h2 = "com.h2database" % "h2" % "2.2.224"
6161

6262
val common = Seq(scalalogging)

native-server/src/main/resources/META-INF/native-image/reflect-config.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -461,10 +461,17 @@
461461
{
462462
"name":"org.apache.commons.logging.impl.Log4JLogger"
463463
},
464+
{
465+
"name":"org.apache.commons.logging.impl.Log4jApiLogFactory"
466+
},
464467
{
465468
"name":"org.apache.commons.logging.impl.LogFactoryImpl",
466469
"methods":[{"name":"<init>","parameterTypes":[] }]
467470
},
471+
{
472+
"name":"org.apache.commons.logging.impl.Slf4jLogFactory",
473+
"methods":[{"name":"<init>","parameterTypes":[] }]
474+
},
468475
{
469476
"name":"org.apache.commons.logging.impl.WeakHashtable",
470477
"methods":[{"name":"<init>","parameterTypes":[] }]

0 commit comments

Comments
 (0)