Skip to content

Commit

Permalink
version 0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed May 4, 2018
1 parent 16c4bf4 commit 3b575db
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

```scala
libraryDependencies ++= Seq(
"com.github.tototoshi" %% "play-scalate" % "0.3.0",
"org.scalatra.scalate" %% "play-scalate" % "0.4.0",
"org.scalatra.scalate" %% "scalate-core" % "1.7.1",
"org.scala-lang" % "scala-compiler" % scalaVersion.value
)
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ lazy val plugin = Project (
).settings(
Seq(
name := "play-scalate",
organization := "com.github.tototoshi",
organization := "org.scalatra.scalate",
version := "0.4.0",
scalaVersion := "2.12.6",
crossScalaVersions := Seq("2.11.12", "2.12.6"),
Expand Down
9 changes: 9 additions & 0 deletions release.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
#!/bin/bash
sbt \
clean \
++2.11.12 \
plugin/publishSigned \
clean \
++2.12.6 \
plugin/publishSigned \
sonatypeRelease

0 comments on commit 3b575db

Please sign in to comment.