Skip to content

Commit

Permalink
chore: Bump Scala to 3.3.3 (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
He-Pin authored Mar 23, 2024
1 parent 7c033a3 commit 1ff92ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import sbtcrossproject.CrossPlugin.autoImport.{crossProject, CrossType}
import scalanative.build._

ThisBuild / scalaVersion := "3.3.1"
ThisBuild / scalaVersion := "3.3.3"

lazy val root =
crossProject(JVMPlatform, NativePlatform)
Expand Down

0 comments on commit 1ff92ec

Please sign in to comment.