Skip to content

Commit

Permalink
Update Scala Native, Scala, & sbt to current versions (#87)
Browse files Browse the repository at this point in the history
* Update Scala Native, Scala, & sbt to current versions

* Implement scala LTS version review suggestion
  • Loading branch information
LeeTibbert authored Apr 27, 2024
1 parent 1b03fd9 commit e595531
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version = 1.9.8
sbt.version = 1.9.9
2 changes: 1 addition & 1 deletion src/main/g8/build.sbt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
scalaVersion := "3.3.1"
scalaVersion := "3.3.3" // A Long Term Support version.

enablePlugins(ScalaNativePlugin)

Expand Down
2 changes: 1 addition & 1 deletion src/main/g8/project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version = 1.9.8
sbt.version = 1.9.9
2 changes: 1 addition & 1 deletion src/main/g8/project/plugins.sbt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.4.16")
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.1")

0 comments on commit e595531

Please sign in to comment.