Skip to content

Commit

Permalink
Update build.sbt
Browse files Browse the repository at this point in the history
  • Loading branch information
julianmendez committed Jul 18, 2024
1 parent 392ca5a commit fe80b1b
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 @@ -13,7 +13,7 @@ lazy val scala3_4 = "3.4.2"
lazy val commonSettings =
Seq(
organization := "se.umu.cs.rai.soda",
version := "0.20.0",
version := "0.21.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 All @@ -38,7 +38,7 @@ lazy val commonSettings =
* [[https://github.com/scalatest/scalatest]]
* [[https://repo1.maven.org/maven2/org/scalatest/]]
*/
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.17" % "test",
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.19" % "test",
resolvers += Resolver.mavenLocal,
publishTo := Some(Resolver.mavenLocal),
publishMavenStyle := true,
Expand Down

0 comments on commit fe80b1b

Please sign in to comment.