Skip to content

Commit

Permalink
Update version to 0.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
julianmendez committed Jul 1, 2023
1 parent 51aa5c0 commit 4c1c4a6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
- 17
scala:
- 2.11.12
- 2.12.17
- 2.13.10
- 2.12.18
- 2.13.11
- 3.3.0
steps:
- name: Check out
Expand Down
6 changes: 3 additions & 3 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,16 @@ import sbt.Keys.scalacOptions

lazy val scala2_11 = "2.11.12"

lazy val scala2_12 = "2.12.17"
lazy val scala2_12 = "2.12.18"

lazy val scala2_13 = "2.13.10"
lazy val scala2_13 = "2.13.11"

lazy val scala3_3 = "3.3.0"

lazy val commonSettings =
Seq(
organization := "se.umu.cs.rai.soda",
version := "0.19.0-SNAPSHOT",
version := "0.19.0",
description := "Object-oriented functional language to describe, analyze, and model human-centered problems",
homepage := Some(url("https://julianmendez.github.io/soda/")),
startYear := Some(2020),
Expand Down

0 comments on commit 4c1c4a6

Please sign in to comment.