Skip to content

Commit

Permalink
Bump version to 2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
wjglerum committed Oct 15, 2022
1 parent f1bc93d commit 80d213c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ build.sbt
resolvers += "Lunatech Artifactory" at "https://artifactory.lunatech.com/artifactory/releases-public"
libraryDependencies ++= Seq(
"com.lunatech" %% "play-googleopenconnect" % "2.9.0"
"com.lunatech" %% "play-googleopenconnect" % "2.9.1"
)
```

Expand Down Expand Up @@ -120,4 +120,4 @@ To release a new package to GitHub follow these steps:
1. Update the `version` variable in the build.sbt
2. Run `sbt +publish`
3. Update [this README file](#buildsbt)
4. Push to master
4. Push to master
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name := "play-googleopenconnect"

organization := "com.lunatech"

version := "2.9.0"
version := "2.9.1"

lazy val root = (project in file(".")).enablePlugins(PlayScala)

Expand All @@ -25,4 +25,4 @@ githubRepository := "lunatech-play-googleopenconnect"
githubTokenSource := TokenSource.Or(
TokenSource.Environment("GITHUB_TOKEN"), // Injected during a github workflow for publishing
TokenSource.Environment("SHELL"), // safe to assume this will be set in all our devs environments, usually /bin/bash, doesn't matter what it is to prevent local errors
)
)

0 comments on commit 80d213c

Please sign in to comment.