Skip to content

Commit

Permalink
version 2.5.0
Browse files Browse the repository at this point in the history
 - [blank-app] Bump sbt-coursier from 1.0.0-RC7 to 1.0.0-RC11 by @seratch
 - [common] Bump Kuromoji from 6.6 yto 7.0 by @seratch
 - [orm] Bump ScalikeJDBC from 3.0 to 3.1 by @seratch
 - [scaldi] #361 Replace org.skinny-framework.org.scaldi with org.scaldi by @grimrose
  • Loading branch information
seratch committed Sep 19, 2017
1 parent fbdeb06 commit 3ca9b2f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import skinny.servlet._, ServletPlugin._, ServletKeys._

import scala.language.postfixOps

lazy val currentVersion = "2.5.0-SNAPSHOT"
lazy val currentVersion = "2.5.0"

lazy val skinnyMicroVersion = "1.2.7"
lazy val scalikeJDBCVersion = "3.1.0"
Expand Down
2 changes: 1 addition & 1 deletion skinny-blank-app/build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ val appOrganization = "org.skinny-framework"
val appName = "skinny-blank-app"
val appVersion = "0.1.0-SNAPSHOT"

val skinnyVersion = "2.5.0-SNAPSHOT"
val skinnyVersion = "2.5.0"
val theScalaVersion = "2.12.3"
val jettyVersion = "9.3.20.v20170531"

Expand Down

0 comments on commit 3ca9b2f

Please sign in to comment.