Skip to content

Commit

Permalink
Bump up sbt.version and scalaVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
Kota Mizushima committed Dec 26, 2023
1 parent 1a7db1d commit 24b21e0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ def javacc(classpath: Classpath, output: File, log: Logger): Seq[File] = {

lazy val onionSettings = Seq(
version := "0.2.0-SNAPSHOT",
scalaVersion := "2.13.10",
scalaVersion := "2.13.12",
name := "onion",
organization := "org.onion_lang",
Compile / unmanagedSourceDirectories := {
Expand Down
2 changes: 1 addition & 1 deletion project/build.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
sbt.version=1.7.2
sbt.version=1.9.8

0 comments on commit 24b21e0

Please sign in to comment.