Skip to content

Commit 9315eab

Browse files
authored
Update readme.md
1 parent e399686 commit 9315eab

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ Unfortunately, Play 2.4 is basically incompatible with Play plugins. Since Play
2424

2525
#### build.sbt
2626

27-
```
27+
```scala
2828
libraryDependencies ++= Seq(
2929
"com.h2database" % "h2" % "1.4.197", // your jdbc driver here
30-
"org.scalikejdbc" %% "scalikejdbc" % "3.3.2",
31-
"org.scalikejdbc" %% "scalikejdbc-config" % "3.3.2",
30+
"org.scalikejdbc" %% "scalikejdbc" % "3.3.5",
31+
"org.scalikejdbc" %% "scalikejdbc-config" % "3.3.5",
3232
"org.scalikejdbc" %% "scalikejdbc-play-initializer" % "2.7.0-scalikejdbc-3.3"
3333
)
3434
```

0 commit comments

Comments
 (0)