Update scala to 3.3.0

This commit is contained in:
Jarek Sacha 2023-06-01 16:57:30 -04:00
parent 78448de03d
commit 4d0718a7a4
No known key found for this signature in database
GPG key ID: F29625CE62288163
2 changed files with 2 additions and 3 deletions

View file

@ -1,4 +1,4 @@
scalaVersion := "3.2.2"
scalaVersion := "3.3.0"
//name := "IJP-ImageJ-Launcher"
version := "0.1.0"
versionScheme := Some("early-semver")