Skip to content

Commit

Permalink
chore(deps): update dependency com.lihaoyi:os-lib to v0.10.1 (#160)
Browse files Browse the repository at this point in the history
* chore(deps): update dependency com.lihaoyi:os-lib to v0.10.1

* Update ci.yml

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Olivier NOUGUIER <[email protected]>
  • Loading branch information
renovate[bot] and cheleb authored May 18, 2024
1 parent dc9915c commit af66265
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
distribution: "zulu"
# - name: Tests
# run: sbt +test
- name: DEV=prod server/dist
run: sbt server/dist
- name: server/dist
run: DEV=prod sbt server/dist
env:
NODE_OPTIONS: "--openssl-legacy-provider"
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ lazy val generator = project
.enablePlugins(SbtTwirl)
.settings(
libraryDependencies += "com.github.scopt" %% "scopt" % "4.1.0",
libraryDependencies += "com.lihaoyi" %% "os-lib" % "0.10.0",
libraryDependencies += "com.lihaoyi" %% "os-lib" % "0.10.1",
libraryDependencies += "org.slf4j" % "slf4j-simple" % "2.0.13"
)

Expand Down

0 comments on commit af66265

Please sign in to comment.