Skip to content

Commit

Permalink
version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Mar 8, 2019
1 parent fcfdf6d commit 7707c30
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 @@ -5,7 +5,7 @@ lazy val plugin = Project (
Seq(
name := "play-scalate",
organization := "org.scalatra.scalate",
version := "0.5.0-SNAPSHOT",
version := "0.5.0",
scalaVersion := "2.12.8",
crossScalaVersions := Seq("2.11.12", "2.12.8"),
resolvers += Resolver.typesafeRepo("releases"),
Expand Down
2 changes: 1 addition & 1 deletion release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ sbt \
++2.11.12 \
plugin/publishSigned \
clean \
++2.12.6 \
++2.12.8 \
plugin/publishSigned \
sonatypeRelease

0 comments on commit 7707c30

Please sign in to comment.