Skip to content

Commit

Permalink
Update the Scala version
Browse files Browse the repository at this point in the history
  • Loading branch information
johnspade committed Jun 21, 2023
1 parent 28cb9db commit a4310e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/vite.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
import { resolve } from 'path'
import { createHtmlPlugin } from 'vite-plugin-html'

const scalaVersion = '3.2.0'
const scalaVersion = '3.3.0'

// https://vitejs.dev/config/
export default ({ mode }) => {
Expand Down

0 comments on commit a4310e6

Please sign in to comment.