Skip to content

Commit

Permalink
Bump version to 7.3.0 (#48)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikkka committed Feb 19, 2024
1 parent 38c6944 commit 4ae9bf0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sbt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v2
with:
java-version: 8
java-version: 11
distribution: temurin
- name: Cache SBT ivy cache
uses: actions/cache@v1
Expand Down
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -154,3 +154,7 @@ project/plugins/project/
*.metals

# End of https://www.gitignore.io/api/osx,sbt,linux,scala,intellij

.vscode
metals.sbt
.bloop
2 changes: 1 addition & 1 deletion .java-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.8
11
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -54,5 +54,5 @@ lazy val `sbt-openapi-generator` = (project in file("."))
devConnection = "scm:git:ssh://git@github.com:OpenAPITools/openapi-generator.git")
),

libraryDependencies += "org.openapitools" % "openapi-generator" % "6.2.0"
libraryDependencies += "org.openapitools" % "openapi-generator" % "7.3.0"
).enablePlugins(SbtPlugin)

0 comments on commit 4ae9bf0

Please sign in to comment.