Skip to content

Commit

Permalink
Update scala-cli to 0.1.4 (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
lwronski authored Apr 25, 2022
1 parent 33aa424 commit 7848386
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion dist/index.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion dist/index.js.map

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import * as path from 'path'
import * as tc from '@actions/tool-cache'

const csVersion = '2.1.0-M5'
const scalaCLIVersion = '0.1.3'
const scalaCLIVersion = '0.1.4'
const coursierVersionSpec = csVersion

async function execOutput(cmd: string, ...args: string[]): Promise<string> {
Expand Down

0 comments on commit 7848386

Please sign in to comment.