Skip to content

Commit

Permalink
Run codegenScriptedScala3 properly (#2055)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyri-petrou authored Dec 21, 2023
1 parent ad88995 commit 348ec3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- checkout
- restore_cache:
key: sbtcache
- run: sbt ++2.12.18 codegenScriptedScala3
- run: sbt 'set ThisBuild / scalaVersion := "2.12.18"; codegenScriptedScala3'
- save_cache:
key: sbtcache
paths:
Expand Down

0 comments on commit 348ec3b

Please sign in to comment.