Skip to content

Commit f7ca178

Browse files
committed
Update mybatis core dependency to 3.2.4
1 parent c6b59c8 commit f7ca178

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

project/Build.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ object BuildSettings {
77
version := "1.0.2",
88
scalaVersion := "2.10.3"
99
)
10-
val mybatisVersion = "3.2.3"
10+
val mybatisVersion = "3.2.4"
1111
}
1212

1313
object Resolvers {

0 commit comments

Comments
 (0)