Skip to content

Commit

Permalink
Update Scala to 3.3.0 LTS
Browse files Browse the repository at this point in the history
  • Loading branch information
tjkuson committed Jun 1, 2023
1 parent 5d7e682 commit aa4f441
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ This is a template for a simple Scala 3 project.

## Features

- Scala 3
- Scala 3.3.0 LTS
- sbt
- scalafmt
- CI and dependencies check
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
ThisBuild / version := "0.1.0-SNAPSHOT"

ThisBuild / scalaVersion := "3.2.2"
ThisBuild / scalaVersion := "3.3.0"

lazy val root = (project in file("."))
.settings(
Expand Down

0 comments on commit aa4f441

Please sign in to comment.