Skip to content

Commit e8a1d1c

Browse files
committed
Update Scala Native, Scala, & sbt to current versions
1 parent e4d3d83 commit e8a1d1c

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

project/build.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version = 1.10.6
1+
sbt.version = 1.10.11

src/main/g8/build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
scalaVersion := "3.3.3" // A Long Term Support version.
1+
scalaVersion := "3.3.6" // A Long Term Support version.
22

33
enablePlugins(ScalaNativePlugin)
44

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
sbt.version = 1.10.6
1+
sbt.version = 1.10.11

src/main/g8/project/plugins.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.1")
1+
addSbtPlugin("org.scala-native" % "sbt-scala-native" % "0.5.7")

0 commit comments

Comments
 (0)