Skip to content

Commit

Permalink
Bump version to 2.9.2 (#27)
Browse files Browse the repository at this point in the history
Co-authored-by: Rui Balau <[email protected]>
  • Loading branch information
azthec and Rui Balau authored Nov 2, 2022
1 parent f3168ef commit 33b5932
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 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.1"
"com.lunatech" %% "play-googleopenconnect" % "2.9.2"
)
```

Expand Down Expand Up @@ -113,7 +113,7 @@ class Authentication @Inject()(configuration: Configuration, environment: Enviro
}
```

# Publishig
# Publishing

To release a new package to GitHub follow these steps:

Expand Down
2 changes: 1 addition & 1 deletion 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.1"
version := "2.9.2"

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

Expand Down

0 comments on commit 33b5932

Please sign in to comment.