Skip to content

Commit

Permalink
Feature/scala3 support v33 (#343)
Browse files Browse the repository at this point in the history
* update to Scala v3.3.1
  • Loading branch information
marko-asplund authored and d2a4u committed Nov 7, 2023
1 parent d8949e2 commit e893213
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ lazy val testDependencies = Seq(

lazy val ItTest = config("it").extend(Test)

lazy val scala3 = "3.2.0"
lazy val scala213 = "2.13.8"
lazy val scala3 = "3.3.1"
lazy val scala213 = "2.13.10"

lazy val commonSettings = Seq(
ThisBuild / organization := "io.github.d2a4u",
Expand Down

0 comments on commit e893213

Please sign in to comment.