Skip to content

Commit

Permalink
Bump up scala and sbt versions
Browse files Browse the repository at this point in the history
  • Loading branch information
wlad031 committed Feb 16, 2024
1 parent 292ba51 commit 9c98615
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 @@ -3,7 +3,7 @@ import Tasks.generateSequencers
val root = project
.in(file("."))
.settings(
scalaVersion := "3.1.0",
scalaVersion := "3.3.1",
organization := "dev.vgerasimov",
name := "slowparse",
version := "0.1.4",
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.5.5
sbt.version = 1.9.8

0 comments on commit 9c98615

Please sign in to comment.