Skip to content

Commit

Permalink
Update the default Scala versions
Browse files Browse the repository at this point in the history
  • Loading branch information
rossabaker committed Jun 19, 2024
1 parent d491fab commit dea3ea2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/g8/default.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ organization = com.example
package = $organization$.$name;format="norm,word"$
organization_name = Example

scala_version = 2.13.12
other_scala_version = 3.3.1
scala_version = 2.13.14
other_scala_version = 3.3.3
jdk_version = 8

github_username = valencik
Expand Down

0 comments on commit dea3ea2

Please sign in to comment.