Skip to content

Commit

Permalink
feat: bump Scala to 3.1.0 (#319)
Browse files Browse the repository at this point in the history
  • Loading branch information
hseeberger authored Oct 28, 2021
1 parent 1f95c67 commit 837e8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/scala/de/heikoseeberger/sbtfresh/Template.scala
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ private object Template {
| organization := "$organization",
| organizationName := "$author",
| startYear := Some($year),$licenseSettings
| scalaVersion := "3.0.2",
| scalaVersion := "3.1.0",
| scalacOptions ++= Seq(
| "-deprecation",
| "-unchecked",
Expand Down

0 comments on commit 837e8cd

Please sign in to comment.